mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user