portage-overlay

personal portage ebuild repository
git clone anongit@rnpnr.xyz:portage-overlay.git
Log | Files | Refs | Feed | README

Commit: c8ad354e7deb474cee34929ab5a71ae5a1774f10
Parent: bbbfc35b0e1719a47dba1db9ab685fc2225be19e
Author: Randy Palamar
Date:   Mon, 29 Jan 2024 20:24:43 -0700

app-dicts/qolibri: update cmake args

system-eb could be made into a use flag but then you need to worry
about fetching the upstream version beforehand. It's better to just
hardcode it to use the system library

Diffstat:
Mapp-dicts/qolibri/qolibri-9999.ebuild | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-dicts/qolibri/qolibri-9999.ebuild b/app-dicts/qolibri/qolibri-9999.ebuild @@ -1,4 +1,4 @@ -EAPI=7 +EAPI=8 inherit cmake git-r3 DESCRIPTION="A QT-based EPWING dictionary viewer" @@ -26,6 +26,7 @@ src_configure() { local mycmakeargs=( -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="${EPREFIX}${LOCAL_PREFIX}" + -DQOLIBRI_USE_SYSTEM_EB=ON ) cmake_src_configure