diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:48:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:44 +0000 |
commit | 5370eebe39bfa77dc96ba4b0efa29ce4fcadd6fb (patch) | |
tree | 832d5159c10112377584772b20a9c18d6219dd69 /dev-libs/libcgroup | |
parent | dev-libs/kosmindoormap: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-5370eebe39bfa77dc96ba4b0efa29ce4fcadd6fb.tar.gz gentoo-5370eebe39bfa77dc96ba4b0efa29ce4fcadd6fb.tar.bz2 gentoo-5370eebe39bfa77dc96ba4b0efa29ce4fcadd6fb.zip |
dev-libs/libcgroup: 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/libcgroup')
-rw-r--r-- | dev-libs/libcgroup/libcgroup-0.41-r6.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libcgroup/libcgroup-3.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libcgroup/libcgroup-3.0.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild b/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild index 10cbd06156f4..e558106a4e9b 100644 --- a/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild +++ b/dev-libs/libcgroup/libcgroup-0.41-r6.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 @@ -21,7 +21,7 @@ RESTRICT="test" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex elibc_musl? ( sys-libs/fts-standalone ) " DEPEND="pam? ( sys-libs/pam )" diff --git a/dev-libs/libcgroup/libcgroup-3.0.0-r1.ebuild b/dev-libs/libcgroup/libcgroup-3.0.0-r1.ebuild index 426a7f3a4804..82ea216bd696 100644 --- a/dev-libs/libcgroup/libcgroup-3.0.0-r1.ebuild +++ b/dev-libs/libcgroup/libcgroup-3.0.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 @@ -20,7 +20,7 @@ RESTRICT="!test? ( test ) test" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " DEPEND=" elibc_musl? ( sys-libs/fts-standalone ) diff --git a/dev-libs/libcgroup/libcgroup-3.0.0.ebuild b/dev-libs/libcgroup/libcgroup-3.0.0.ebuild index bcd109be15c0..49a589636aee 100644 --- a/dev-libs/libcgroup/libcgroup-3.0.0.ebuild +++ b/dev-libs/libcgroup/libcgroup-3.0.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 @@ -20,7 +20,7 @@ RESTRICT="!test? ( test ) test" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " DEPEND=" elibc_musl? ( sys-libs/fts-standalone ) |