diff options
author | Sam James <sam@gentoo.org> | 2024-06-23 03:40:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-23 03:40:04 +0100 |
commit | c5efc67a71e6dc791fd98e4d2d7352d914bb8ed6 (patch) | |
tree | 03e999796552669c86c84db9589ecdd2d15c596e /app-crypt | |
parent | sys-apps/moar: add 1.24.0 (diff) | |
download | gentoo-c5efc67a71e6dc791fd98e4d2d7352d914bb8ed6.tar.gz gentoo-c5efc67a71e6dc791fd98e4d2d7352d914bb8ed6.tar.bz2 gentoo-c5efc67a71e6dc791fd98e4d2d7352d914bb8ed6.zip |
app-crypt/pinentry: subscribe to libassuan subslot
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry/pinentry-1.2.1-r7.ebuild (renamed from app-crypt/pinentry/pinentry-1.2.1-r4.ebuild) | 2 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-1.2.1-r8.ebuild (renamed from app-crypt/pinentry/pinentry-1.2.1-r6.ebuild) | 2 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-1.3.0-r3.ebuild (renamed from app-crypt/pinentry/pinentry-1.3.0-r2.ebuild) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/pinentry/pinentry-1.2.1-r4.ebuild b/app-crypt/pinentry/pinentry-1.2.1-r7.ebuild index 0cd3553fd4ca..1d1c3ad9f119 100644 --- a/app-crypt/pinentry/pinentry-1.2.1-r4.ebuild +++ b/app-crypt/pinentry/pinentry-1.2.1-r7.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv IUSE="caps efl emacs gtk keyring ncurses qt5 wayland X" DEPEND=" - >=dev-libs/libassuan-2.1 + >=dev-libs/libassuan-2.1:= >=dev-libs/libgcrypt-1.6.3 >=dev-libs/libgpg-error-1.17 efl? ( dev-libs/efl[X] ) diff --git a/app-crypt/pinentry/pinentry-1.2.1-r6.ebuild b/app-crypt/pinentry/pinentry-1.2.1-r8.ebuild index 52f368ac9c0d..b44f3638784c 100644 --- a/app-crypt/pinentry/pinentry-1.2.1-r6.ebuild +++ b/app-crypt/pinentry/pinentry-1.2.1-r8.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~ IUSE="caps efl emacs gtk keyring ncurses qt5 wayland X" DEPEND=" - >=dev-libs/libassuan-2.1 + >=dev-libs/libassuan-2.1:= >=dev-libs/libgcrypt-1.6.3 >=dev-libs/libgpg-error-1.17 efl? ( dev-libs/efl[X] ) diff --git a/app-crypt/pinentry/pinentry-1.3.0-r2.ebuild b/app-crypt/pinentry/pinentry-1.3.0-r3.ebuild index 65cc9de488d3..33becb844949 100644 --- a/app-crypt/pinentry/pinentry-1.3.0-r2.ebuild +++ b/app-crypt/pinentry/pinentry-1.3.0-r3.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~ IUSE="caps efl emacs gtk keyring ncurses qt5 qt6 wayland X" DEPEND=" - >=dev-libs/libassuan-2.1 + >=dev-libs/libassuan-2.1:= >=dev-libs/libgcrypt-1.6.3 >=dev-libs/libgpg-error-1.17 efl? ( dev-libs/efl[X] ) |