commit: 74010022e01fc71d1b211ab6c59cf76202dd3738
Author: Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Sat Sep 26 21:51:36 2020 +0000
Commit: Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Sat Sep 26 21:51:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74010022
app-misc/apidb: fixing no build application.
Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
app-misc/apidb/apidb-5.0.0_alpha19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
index e13f5fe5..22587414 100644
--- a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
+++ b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
@@ -66,7 +66,7 @@ src_configure() {
APIDBINSTALL="$APIDBINSTALL;COMMANDS"
fi
if use gui ;then
- APIDBINSTALL="$APIDBINSTALL;GUI"
+ APIDBINSTALL="$APIDBINSTALL;GTK3"
fi
local mycmakeargs=(-DAPIDB_VERSION_STAGE=alpha -DPLATFORM=LINUX_GENTOO
-DAPIDBBUILD=$APIDBBUILD -DAPIDBINSTALL=$APIDBINSTALL)
cmake_src_configure