diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:06:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:44 +0000 |
commit | 8fe733c7182537e28e4454a4a7ed70734ff17ba8 (patch) | |
tree | dfb56edce6b961ce01b6efefd7ee390c50014870 /dev-libs/libksba | |
parent | dev-libs/libconfig: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-8fe733c7182537e28e4454a4a7ed70734ff17ba8.tar.gz gentoo-8fe733c7182537e28e4454a4a7ed70734ff17ba8.tar.bz2 gentoo-8fe733c7182537e28e4454a4a7ed70734ff17ba8.zip |
dev-libs/libksba: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc anyway as they're not unsetting
YACC or LEX, so make the dep reflect reality.
(Included both YACC and LEX out of conservatism.)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libksba')
-rw-r--r-- | dev-libs/libksba/libksba-1.6.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libksba/libksba-1.6.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libksba/libksba-1.6.4.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libksba/libksba-1.6.5.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-libs/libksba/libksba-1.6.3.ebuild b/dev-libs/libksba/libksba-1.6.3.ebuild index 0f9d54de3559..4090339cedca 100644 --- a/dev-libs/libksba/libksba-1.6.3.ebuild +++ b/dev-libs/libksba/libksba-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ IUSE="static-libs" RDEPEND=">=dev-libs/libgpg-error-1.8" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc verify-sig? ( sec-keys/openpgp-keys-gnupg ) " diff --git a/dev-libs/libksba/libksba-1.6.4-r1.ebuild b/dev-libs/libksba/libksba-1.6.4-r1.ebuild index a48064d35f08..59e606b3c1d1 100644 --- a/dev-libs/libksba/libksba-1.6.4-r1.ebuild +++ b/dev-libs/libksba/libksba-1.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ IUSE="static-libs" RDEPEND=">=dev-libs/libgpg-error-1.33" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc verify-sig? ( sec-keys/openpgp-keys-gnupg ) " diff --git a/dev-libs/libksba/libksba-1.6.4.ebuild b/dev-libs/libksba/libksba-1.6.4.ebuild index 5433aee2179c..74595b66dc64 100644 --- a/dev-libs/libksba/libksba-1.6.4.ebuild +++ b/dev-libs/libksba/libksba-1.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ IUSE="static-libs" RDEPEND=">=dev-libs/libgpg-error-1.33" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc verify-sig? ( sec-keys/openpgp-keys-gnupg ) " diff --git a/dev-libs/libksba/libksba-1.6.5.ebuild b/dev-libs/libksba/libksba-1.6.5.ebuild index baf75bb44457..59e606b3c1d1 100644 --- a/dev-libs/libksba/libksba-1.6.5.ebuild +++ b/dev-libs/libksba/libksba-1.6.5.ebuild @@ -26,7 +26,7 @@ IUSE="static-libs" RDEPEND=">=dev-libs/libgpg-error-1.33" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc verify-sig? ( sec-keys/openpgp-keys-gnupg ) " |