parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit c5163a8bf0a07313deb2cf841e4e428af2bf7559
parent ba3e4d985782dca36a86b6829ce2954fb29bdb58
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 22 Dec 2016 12:41:51 +0100

app-crypt/tomb: Rename USE gtk to gtk3.

Diffstat:
Mapp-crypt/tomb/tomb-2.2.ebuild | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-crypt/tomb/tomb-2.2.ebuild b/app-crypt/tomb/tomb-2.2.ebuild @@ -11,8 +11,8 @@ SRC_URI="https://files.dyne.org/tomb/tomb-2.2.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="kdf gtk" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" +IUSE="kdf gtk3" DEPEND=" dev-libs/libgcrypt @@ -20,7 +20,7 @@ DEPEND=" app-admin/sudo app-crypt/pinentry app-crypt/gnupg - gtk? ( gnome-extra/zenity ) + gtk3? ( gnome-extra/zenity ) " RDEPEND="${DEPEND}" @@ -42,7 +42,7 @@ src_install() { dobin extras/kdf-keys/tomb-kdb-pbkdf2-gensalt dobin extras/kdf-keys/tomb-kdb-pbkdf2-getiter fi - if use gtk; then + if use gtk3; then dobin extras/gtomb/gtomb fi }