diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-14 13:52:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-18 14:09:06 +0200 |
commit | a9773cdb4075a20d228bc15bbd60abab2ff7cfa4 (patch) | |
tree | 0e1d882df23432eb24ef47b8282e3e17afbe5220 /app-crypt/pinentry | |
parent | app-crypt/pinentry: USE=gnome-keyring -> keyring, add missing deps (diff) | |
download | gentoo-a9773cdb4075a20d228bc15bbd60abab2ff7cfa4.tar.gz gentoo-a9773cdb4075a20d228bc15bbd60abab2ff7cfa4.tar.bz2 gentoo-a9773cdb4075a20d228bc15bbd60abab2ff7cfa4.zip |
app-crypt/pinentry: unkeyword 1.2.1-r1, USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r-- | app-crypt/pinentry/pinentry-1.2.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild b/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild index ee27968fb852..290f55094cd8 100644 --- a/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild +++ b/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild @@ -13,15 +13,15 @@ SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="caps efl emacs gnome-keyring gtk ncurses qt5" +KEYWORDS="arm hppa ppc ppc64" +IUSE="caps efl emacs keyring gtk ncurses qt5" DEPEND=" >=dev-libs/libassuan-2.1 >=dev-libs/libgcrypt-1.6.3 >=dev-libs/libgpg-error-1.17 efl? ( dev-libs/efl[X] ) - gnome-keyring? ( app-crypt/libsecret ) + keyring? ( app-crypt/libsecret ) ncurses? ( sys-libs/ncurses:= ) qt5? ( dev-qt/qtcore:5 @@ -61,7 +61,7 @@ src_configure() { local myeconfargs=( $(use_enable efl pinentry-efl) $(use_enable emacs pinentry-emacs) - $(use_enable gnome-keyring libsecret) + $(use_enable keyring libsecret) $(use_enable gtk pinentry-gnome3) $(use_enable ncurses fallback-curses) $(use_enable ncurses pinentry-curses) |