diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:48:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:52 +0000 |
commit | 62791f4064b9369d1dc4cce4f29f175bb87245d0 (patch) | |
tree | 03f806fa048b273dfc90041fb4e23b1a54eb7e92 /dev-util/kbuild | |
parent | dev-util/gob: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-62791f4064b9369d1dc4cce4f29f175bb87245d0.tar.gz gentoo-62791f4064b9369d1dc4cce4f29f175bb87245d0.tar.bz2 gentoo-62791f4064b9369d1dc4cce4f29f175bb87245d0.zip |
dev-util/kbuild: 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-util/kbuild')
-rw-r--r-- | dev-util/kbuild/kbuild-0.1.9998.3499-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-util/kbuild/kbuild-0.1.9998.3572-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-util/kbuild/kbuild-0.1.9998.3592.ebuild | 4 | ||||
-rw-r--r-- | dev-util/kbuild/kbuild-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-util/kbuild/kbuild-0.1.9998.3499-r4.ebuild b/dev-util/kbuild/kbuild-0.1.9998.3499-r4.ebuild index 14a330e3ad6b..1ed4a97698af 100644 --- a/dev-util/kbuild/kbuild-0.1.9998.3499-r4.ebuild +++ b/dev-util/kbuild/kbuild-0.1.9998.3499-r4.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 @@ -19,7 +19,7 @@ IUSE="" BDEPEND=" sys-apps/texinfo - sys-devel/flex + app-alternatives/lex sys-devel/gettext virtual/pkgconfig app-alternatives/yacc diff --git a/dev-util/kbuild/kbuild-0.1.9998.3572-r4.ebuild b/dev-util/kbuild/kbuild-0.1.9998.3572-r4.ebuild index 53206a6cd816..31c91dcacac0 100644 --- a/dev-util/kbuild/kbuild-0.1.9998.3572-r4.ebuild +++ b/dev-util/kbuild/kbuild-0.1.9998.3572-r4.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 @@ -19,7 +19,7 @@ IUSE="" BDEPEND=" sys-apps/texinfo - sys-devel/flex + app-alternatives/lex sys-devel/gettext virtual/pkgconfig app-alternatives/yacc diff --git a/dev-util/kbuild/kbuild-0.1.9998.3592.ebuild b/dev-util/kbuild/kbuild-0.1.9998.3592.ebuild index 86e558479af4..0d1386d186ec 100644 --- a/dev-util/kbuild/kbuild-0.1.9998.3592.ebuild +++ b/dev-util/kbuild/kbuild-0.1.9998.3592.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 @@ -18,7 +18,7 @@ KEYWORDS="amd64 x86" BDEPEND=" sys-apps/texinfo - sys-devel/flex + app-alternatives/lex sys-devel/gettext virtual/pkgconfig app-alternatives/yacc diff --git a/dev-util/kbuild/kbuild-9999.ebuild b/dev-util/kbuild/kbuild-9999.ebuild index 63851a665f3b..0c7ecee2efa6 100644 --- a/dev-util/kbuild/kbuild-9999.ebuild +++ b/dev-util/kbuild/kbuild-9999.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=8 @@ -22,7 +22,7 @@ IUSE="" BDEPEND=" sys-apps/texinfo - sys-devel/flex + app-alternatives/lex sys-devel/gettext virtual/pkgconfig app-alternatives/yacc |