summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 12:09:37 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:25:17 +0000
commit2749d644f6926e5230645affd513cfd36c052df6 (patch)
tree8235fae652af8543f68f2d0b3d3dbff81bb1b1f9 /sys-libs/libsemanage/libsemanage-9999.ebuild
parentsys-kernel/kpatch: sys-devel/bison -> app-alternatives/yacc (diff)
downloadgentoo-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/libsemanage-9999.ebuild')
-rw-r--r--sys-libs/libsemanage/libsemanage-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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"