summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-03-21 07:33:21 -0700
committerArthur Zamarin <arthurzam@gentoo.org>2024-03-22 08:17:44 +0200
commitb0d73c0bbef45ccb55e1c1e0ca5daa7c5ed0d6c8 (patch)
treeead19a261b9c5a4545a5574a2da4519d9f4654cc /dev-util/rgbds/rgbds-9999.ebuild
parentdev-qt/qtwebsockets: Stabilize 6.6.2 arm64, #927197 (diff)
downloadgentoo-b0d73c0bbef45ccb55e1c1e0ca5daa7c5ed0d6c8.tar.gz
gentoo-b0d73c0bbef45ccb55e1c1e0ca5daa7c5ed0d6c8.tar.bz2
gentoo-b0d73c0bbef45ccb55e1c1e0ca5daa7c5ed0d6c8.zip
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>
Diffstat (limited to 'dev-util/rgbds/rgbds-9999.ebuild')
-rw-r--r--dev-util/rgbds/rgbds-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/rgbds/rgbds-9999.ebuild b/dev-util/rgbds/rgbds-9999.ebuild
index 1c56a141d6b9..0a79e0043a34 100644
--- a/dev-util/rgbds/rgbds-9999.ebuild
+++ b/dev-util/rgbds/rgbds-9999.ebuild
@@ -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