commit: fab1bee14edfc9b3f185bf8ea8e89f2e49e3b6ea
Author: Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Sat Sep 26 22:18:34 2020 +0000
Commit: Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Sat Sep 26 22:18:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fab1bee1
app-misc/apidb: fixing uses.
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
index 22587414..0cced2bc 100644
--- a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
+++ b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
@@ -21,7 +21,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="mariadb postgresql commands gui corelibs"
+IUSE="+mariadb postgresql commands gtk +corelibs"
DEPEND=""
RDEPEND="${DEPEND}"
@@ -30,7 +30,7 @@ BDEPEND="
dev-libs/boost
sys-devel/bison
sys-devel/flex
- gui? ( x11-libs/gtk+ )
+ gtk? ( x11-libs/gtk+ )
dev-libs/libtar
mariadb? ( dev-libs/octetos-db-maria )
postgresql? ( dev-libs/octetos-db-postgresql )
@@ -65,7 +65,7 @@ src_configure() {
if use commands ;then
APIDBINSTALL="$APIDBINSTALL;COMMANDS"
fi
- if use gui ;then
+ if use gtk ;then
APIDBINSTALL="$APIDBINSTALL;GTK3"
fi
local mycmakeargs=(-DAPIDB_VERSION_STAGE=alpha -DPLATFORM=LINUX_GENTOO
-DAPIDBBUILD=$APIDBBUILD -DAPIDBINSTALL=$APIDBINSTALL)