From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AAAF15808B for ; Wed, 14 Feb 2024 15:52:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ED40E2A2D; Wed, 14 Feb 2024 15:52:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 061CFE2A2D for ; Wed, 14 Feb 2024 15:52:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43B6B340441 for ; Wed, 14 Feb 2024 15:52:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B48214C9 for ; Wed, 14 Feb 2024 15:52:26 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1707925918.ab1d8c9e98b426c57969534e497ca538850eadec.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rgbds/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rgbds/rgbds-0.7.0.ebuild dev-util/rgbds/rgbds-9999.ebuild X-VCS-Directories: dev-util/rgbds/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ab1d8c9e98b426c57969534e497ca538850eadec X-VCS-Branch: master Date: Wed, 14 Feb 2024 15:52:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a177c66e-309f-440c-bacc-87ce27960da5 X-Archives-Hash: d3220b99ebb2394b013201bf30bdb4a3 commit: ab1d8c9e98b426c57969534e497ca538850eadec Author: Joonas Niilola gentoo org> AuthorDate: Wed Feb 14 15:51:58 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Feb 14 15:51:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1d8c9e dev-util/rgbds: add bison BDEP Signed-off-by: Joonas Niilola gentoo.org> dev-util/rgbds/rgbds-0.7.0.ebuild | 3 ++- dev-util/rgbds/rgbds-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/rgbds/rgbds-0.7.0.ebuild b/dev-util/rgbds/rgbds-0.7.0.ebuild index 87cf24b0e1a2..15f4299a0ec4 100644 --- a/dev-util/rgbds/rgbds-0.7.0.ebuild +++ b/dev-util/rgbds/rgbds-0.7.0.ebuild @@ -20,7 +20,8 @@ SLOT="0" DEPEND="media-libs/libpng" RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" +BDEPEND="app-alternatives/yacc[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 87cf24b0e1a2..15f4299a0ec4 100644 --- a/dev-util/rgbds/rgbds-9999.ebuild +++ b/dev-util/rgbds/rgbds-9999.ebuild @@ -20,7 +20,8 @@ SLOT="0" DEPEND="media-libs/libpng" RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" +BDEPEND="app-alternatives/yacc[bison] + virtual/pkgconfig" src_compile() { append-flags -DNDEBUG