dev-util/rgbds: fix bison dependency

The build uses bison directly and does not use yacc.

Signed-off-by: orbea <orbea@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35856
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
orbea
2024-03-21 07:33:21 -07:00
committed by Arthur Zamarin
parent af0c6494ac
commit b0d73c0bbe
3 changed files with 12 additions and 5 deletions

View File

@@ -20,7 +20,10 @@ SLOT="0"
DEPEND="media-libs/libpng"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
BDEPEND="
sys-devel/bison
virtual/pkgconfig
"
src_compile() {
append-flags -DNDEBUG

View File

@@ -20,8 +20,10 @@ SLOT="0"
DEPEND="media-libs/libpng"
RDEPEND="${DEPEND}"
BDEPEND="app-alternatives/yacc[bison]
virtual/pkgconfig"
BDEPEND="
sys-devel/bison
virtual/pkgconfig
"
src_compile() {
append-flags -DNDEBUG

View File

@@ -20,8 +20,10 @@ SLOT="0"
DEPEND="media-libs/libpng"
RDEPEND="${DEPEND}"
BDEPEND="app-alternatives/yacc[bison]
virtual/pkgconfig"
BDEPEND="
sys-devel/bison
virtual/pkgconfig
"
src_compile() {
append-flags -DNDEBUG