diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:46:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:41 +0000 |
commit | 9fb084d9b698d3ffba3a147f91750c91e25ecbd8 (patch) | |
tree | adc7298cf03c993b714869765d7a257b0dcd4e43 /dev-libs/confuse | |
parent | dev-lang/vala: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-9fb084d9b698d3ffba3a147f91750c91e25ecbd8.tar.gz gentoo-9fb084d9b698d3ffba3a147f91750c91e25ecbd8.tar.bz2 gentoo-9fb084d9b698d3ffba3a147f91750c91e25ecbd8.zip |
dev-libs/confuse: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex 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/confuse')
-rw-r--r-- | dev-libs/confuse/confuse-3.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/confuse/confuse-3.3-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/confuse/confuse-3.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/confuse/confuse-3.3-r1.ebuild b/dev-libs/confuse/confuse-3.3-r1.ebuild index 164f9d86f456..2f96f0fb7841 100644 --- a/dev-libs/confuse/confuse-3.3-r1.ebuild +++ b/dev-libs/confuse/confuse-3.3-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=7 @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc IUSE="nls static-libs" BDEPEND=" - sys-devel/flex + app-alternatives/lex sys-devel/libtool virtual/pkgconfig nls? ( sys-devel/gettext ) diff --git a/dev-libs/confuse/confuse-3.3-r2.ebuild b/dev-libs/confuse/confuse-3.3-r2.ebuild index 6a45dae70813..be20bf29cb93 100644 --- a/dev-libs/confuse/confuse-3.3-r2.ebuild +++ b/dev-libs/confuse/confuse-3.3-r2.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=7 @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc IUSE="nls static-libs" BDEPEND=" - sys-devel/flex + app-alternatives/lex sys-devel/libtool virtual/pkgconfig nls? ( sys-devel/gettext ) diff --git a/dev-libs/confuse/confuse-3.3.ebuild b/dev-libs/confuse/confuse-3.3.ebuild index db0ee9ad1df8..94b90f37f6da 100644 --- a/dev-libs/confuse/confuse-3.3.ebuild +++ b/dev-libs/confuse/confuse-3.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=7 @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc IUSE="nls static-libs" BDEPEND=" - sys-devel/flex + app-alternatives/lex sys-devel/libtool virtual/pkgconfig nls? ( sys-devel/gettext ) |