diff options
author | 2024-01-08 11:52:33 +0000 | |
---|---|---|
committer | 2024-01-08 12:03:11 +0000 | |
commit | 24b24407ae257672c922568c489e7aa9857fdc92 (patch) | |
tree | cf1e4d04bf79a05e72e5b5e14aa00e59cc5f6517 /sys-libs | |
parent | sys-kernel/gentoo-kernel-bin: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-24b24407ae257672c922568c489e7aa9857fdc92.tar.gz gentoo-24b24407ae257672c922568c489e7aa9857fdc92.tar.bz2 gentoo-24b24407ae257672c922568c489e7aa9857fdc92.zip |
sys-libs/libsemanage: 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-libs')
-rw-r--r-- | sys-libs/libsemanage/libsemanage-3.4-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-3.5.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/libsemanage/libsemanage-3.4-r1.ebuild b/sys-libs/libsemanage/libsemanage-3.4-r1.ebuild index cbf9430b1d9a..313dba36478f 100644 --- a/sys-libs/libsemanage/libsemanage-3.4-r1.ebuild +++ b/sys-libs/libsemanage/libsemanage-3.4-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=7 @@ -34,7 +34,7 @@ RDEPEND="app-arch/bzip2[${MULTILIB_USEDEP}] DEPEND="${RDEPEND}" BDEPEND=">=dev-lang/swig-2.0.4-r1 sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" # tests are not meant to be run outside of the diff --git a/sys-libs/libsemanage/libsemanage-3.5.ebuild b/sys-libs/libsemanage/libsemanage-3.5.ebuild index cbf9430b1d9a..313dba36478f 100644 --- a/sys-libs/libsemanage/libsemanage-3.5.ebuild +++ b/sys-libs/libsemanage/libsemanage-3.5.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 @@ -34,7 +34,7 @@ RDEPEND="app-arch/bzip2[${MULTILIB_USEDEP}] DEPEND="${RDEPEND}" BDEPEND=">=dev-lang/swig-2.0.4-r1 sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" # tests are not meant to be run outside of the diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild index 20b5ed06c1db..a2c61ba728a4 100644 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild +++ b/sys-libs/libsemanage/libsemanage-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=7 @@ -34,7 +34,7 @@ RDEPEND="app-arch/bzip2[${MULTILIB_USEDEP}] DEPEND="${RDEPEND}" BDEPEND=">=dev-lang/swig-2.0.4-r1 sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" # tests are not meant to be run outside of the |