From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rgbds/
Date: Fri, 22 Mar 2024 06:22:54 +0000 (UTC) [thread overview]
Message-ID: <1711088264.b0d73c0bbef45ccb55e1c1e0ca5daa7c5ed0d6c8.arthurzam@gentoo> (raw)
commit: b0d73c0bbef45ccb55e1c1e0ca5daa7c5ed0d6c8
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Thu Mar 21 14:33:21 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 06:17:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d73c0b
dev-util/rgbds: fix bison dependency
The build uses bison directly and does not use yacc.
Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35856
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-util/rgbds/rgbds-0.6.1.ebuild | 5 ++++-
dev-util/rgbds/rgbds-0.7.0.ebuild | 6 ++++--
dev-util/rgbds/rgbds-9999.ebuild | 6 ++++--
3 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/dev-util/rgbds/rgbds-0.6.1.ebuild b/dev-util/rgbds/rgbds-0.6.1.ebuild
index 87cf24b0e1a2..91276f0bb814 100644
--- a/dev-util/rgbds/rgbds-0.6.1.ebuild
+++ b/dev-util/rgbds/rgbds-0.6.1.ebuild
@@ -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
diff --git a/dev-util/rgbds/rgbds-0.7.0.ebuild b/dev-util/rgbds/rgbds-0.7.0.ebuild
index dad5871d9c6d..96b85fe6003d 100644
--- a/dev-util/rgbds/rgbds-0.7.0.ebuild
+++ b/dev-util/rgbds/rgbds-0.7.0.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
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
next reply other threads:[~2024-03-22 6:22 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-22 6:22 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-10 2:02 [gentoo-commits] repo/gentoo:master commit in: dev-util/rgbds/ Michael Orlitzky
2025-02-10 2:02 Michael Orlitzky
2025-01-05 17:11 Arthur Zamarin
2024-06-30 12:41 Conrad Kostecki
2024-06-30 12:41 Conrad Kostecki
2024-05-09 13:04 Joonas Niilola
2024-03-21 2:45 Sam James
2024-03-21 2:45 Sam James
2024-02-23 10:50 Viorel Munteanu
2024-02-23 10:50 Viorel Munteanu
2024-02-14 15:52 Joonas Niilola
2024-02-14 15:52 Joonas Niilola
2024-02-14 15:52 Joonas Niilola
2024-01-06 19:30 Viorel Munteanu
2024-01-05 5:24 Sam James
2023-12-03 7:42 Sam James
2023-12-02 9:24 Arthur Zamarin
2023-09-17 8:56 Arthur Zamarin
2023-09-13 3:20 Sam James
2023-02-22 9:32 Sam James
2023-01-15 14:16 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1711088264.b0d73c0bbef45ccb55e1c1e0ca5daa7c5ed0d6c8.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox