diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:47:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:42 +0000 |
commit | 8199fa809b6de306f2a1e5f888cca3319fa197f5 (patch) | |
tree | 12018322d7f49b3e70c8f49825cf123c58f7968a /dev-libs/elfutils | |
parent | dev-libs/confuse: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-8199fa809b6de306f2a1e5f888cca3319fa197f5.tar.gz gentoo-8199fa809b6de306f2a1e5f888cca3319fa197f5.tar.bz2 gentoo-8199fa809b6de306f2a1e5f888cca3319fa197f5.zip |
dev-libs/elfutils: 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/elfutils')
-rw-r--r-- | dev-libs/elfutils/elfutils-0.189-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.190.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/elfutils/elfutils-0.189-r4.ebuild b/dev-libs/elfutils/elfutils-0.189-r4.ebuild index 4fbcbbab5b6d..c4cfa3f34086 100644 --- a/dev-libs/elfutils/elfutils-0.189-r4.ebuild +++ b/dev-libs/elfutils/elfutils-0.189-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2003-2023 Gentoo Authors +# Copyright 2003-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,7 +41,7 @@ DEPEND=" ${RDEPEND} " BDEPEND=" - >=sys-devel/flex-2.5.4a + app-alternatives/lex sys-devel/m4 virtual/pkgconfig nls? ( sys-devel/gettext ) diff --git a/dev-libs/elfutils/elfutils-0.190.ebuild b/dev-libs/elfutils/elfutils-0.190.ebuild index 014e5402a15b..412b5ea58bb9 100644 --- a/dev-libs/elfutils/elfutils-0.190.ebuild +++ b/dev-libs/elfutils/elfutils-0.190.ebuild @@ -1,4 +1,4 @@ -# Copyright 2003-2023 Gentoo Authors +# Copyright 2003-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,7 +41,7 @@ DEPEND=" ${RDEPEND} " BDEPEND=" - >=sys-devel/flex-2.5.4a + app-alternatives/lex sys-devel/m4 virtual/pkgconfig nls? ( sys-devel/gettext ) |