diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:17 +0000 |
commit | 2749d644f6926e5230645affd513cfd36c052df6 (patch) | |
tree | 8235fae652af8543f68f2d0b3d3dbff81bb1b1f9 /sys-libs/libsemanage | |
parent | sys-kernel/kpatch: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-2749d644f6926e5230645affd513cfd36c052df6.tar.gz gentoo-2749d644f6926e5230645affd513cfd36c052df6.tar.bz2 gentoo-2749d644f6926e5230645affd513cfd36c052df6.zip |
sys-libs/libsemanage: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc 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/libsemanage')
-rw-r--r-- | sys-libs/libsemanage/libsemanage-3.4-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-3.5.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libsemanage/libsemanage-3.4-r1.ebuild b/sys-libs/libsemanage/libsemanage-3.4-r1.ebuild index 313dba36478f..42c8c982f7d2 100644 --- a/sys-libs/libsemanage/libsemanage-3.4-r1.ebuild +++ b/sys-libs/libsemanage/libsemanage-3.4-r1.ebuild @@ -33,7 +33,7 @@ RDEPEND="app-arch/bzip2[${MULTILIB_USEDEP}] ${PYTHON_DEPS}" DEPEND="${RDEPEND}" BDEPEND=">=dev-lang/swig-2.0.4-r1 - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig" diff --git a/sys-libs/libsemanage/libsemanage-3.5.ebuild b/sys-libs/libsemanage/libsemanage-3.5.ebuild index 313dba36478f..42c8c982f7d2 100644 --- a/sys-libs/libsemanage/libsemanage-3.5.ebuild +++ b/sys-libs/libsemanage/libsemanage-3.5.ebuild @@ -33,7 +33,7 @@ RDEPEND="app-arch/bzip2[${MULTILIB_USEDEP}] ${PYTHON_DEPS}" DEPEND="${RDEPEND}" BDEPEND=">=dev-lang/swig-2.0.4-r1 - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig" diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild index a2c61ba728a4..7c2c0548cf0e 100644 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild +++ b/sys-libs/libsemanage/libsemanage-9999.ebuild @@ -33,7 +33,7 @@ RDEPEND="app-arch/bzip2[${MULTILIB_USEDEP}] ${PYTHON_DEPS}" DEPEND="${RDEPEND}" BDEPEND=">=dev-lang/swig-2.0.4-r1 - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig" |