diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:06 +0000 |
commit | a980d969681a801efe0050bcb233a137d7204793 (patch) | |
tree | 539ef1bbd4c92cb2c5ee8ea5d7819f623496c9b8 /sys-apps/iproute2 | |
parent | sys-apps/hwinfo: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-a980d969681a801efe0050bcb233a137d7204793.tar.gz gentoo-a980d969681a801efe0050bcb233a137d7204793.tar.bz2 gentoo-a980d969681a801efe0050bcb233a137d7204793.zip |
sys-apps/iproute2: 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 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/iproute2-6.6.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-6.6.0-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-6.6.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-9999.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/iproute2/iproute2-6.6.0-r1.ebuild b/sys-apps/iproute2/iproute2-6.6.0-r1.ebuild index e097dc28345f..f56e79070a8f 100644 --- a/sys-apps/iproute2/iproute2-6.6.0-r1.ebuild +++ b/sys-apps/iproute2/iproute2-6.6.0-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 @@ -43,7 +43,7 @@ DEPEND=" BDEPEND=" app-arch/xz-utils >=sys-devel/bison-2.4 - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " diff --git a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild index 5254f12bbe45..74cbbc79ddde 100644 --- a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild +++ b/sys-apps/iproute2/iproute2-6.6.0-r3.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 @@ -43,7 +43,7 @@ DEPEND=" BDEPEND=" app-arch/xz-utils >=sys-devel/bison-2.4 - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " diff --git a/sys-apps/iproute2/iproute2-6.6.0.ebuild b/sys-apps/iproute2/iproute2-6.6.0.ebuild index eaa31b09ac5a..97cae73173e9 100644 --- a/sys-apps/iproute2/iproute2-6.6.0.ebuild +++ b/sys-apps/iproute2/iproute2-6.6.0.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 @@ -43,7 +43,7 @@ DEPEND=" BDEPEND=" app-arch/xz-utils >=sys-devel/bison-2.4 - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index c57d9bd65cfd..0d61a15abbfe 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.ebuild @@ -43,7 +43,7 @@ DEPEND=" BDEPEND=" app-arch/xz-utils >=sys-devel/bison-2.4 - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " |