diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:28 +0000 |
commit | 09620b3ffe4b4662c90e985af10fba26d7052ed9 (patch) | |
tree | 2f87e38f4f65ab20d2ed5d2dfa473bb681fecb9b /sys-apps/dtc | |
parent | sys-apps/apparmor: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-09620b3ffe4b4662c90e985af10fba26d7052ed9.tar.gz gentoo-09620b3ffe4b4662c90e985af10fba26d7052ed9.tar.bz2 gentoo-09620b3ffe4b4662c90e985af10fba26d7052ed9.zip |
sys-apps/dtc: 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/dtc')
-rw-r--r-- | sys-apps/dtc/dtc-1.6.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/dtc/dtc-1.7.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/dtc/dtc-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/dtc/dtc-1.6.0.ebuild b/sys-apps/dtc/dtc-1.6.0.ebuild index 64c82691f871..edd0ea526f05 100644 --- a/sys-apps/dtc/dtc-1.6.0.ebuild +++ b/sys-apps/dtc/dtc-1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ IUSE="static-libs yaml" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " RDEPEND="yaml? ( dev-libs/libyaml )" diff --git a/sys-apps/dtc/dtc-1.7.0.ebuild b/sys-apps/dtc/dtc-1.7.0.ebuild index 2cc4e96840ad..ffb88b09bb8e 100644 --- a/sys-apps/dtc/dtc-1.7.0.ebuild +++ b/sys-apps/dtc/dtc-1.7.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 @@ -25,7 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig python? ( dev-lang/swig ) " diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild index c962e6157627..b4f323789a0b 100644 --- a/sys-apps/dtc/dtc-9999.ebuild +++ b/sys-apps/dtc/dtc-9999.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 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig python? ( dev-lang/swig ) " |