public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/proj/guru:dev commit in: games-puzzle/aaaaxy/
@ 2023-02-27 15:19 99% Nicola Smaniotto
  0 siblings, 0 replies; 1+ results
From: Nicola Smaniotto @ 2023-02-27 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     62ca6782c192c3453a7c814933f0e9da55a4a90a
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 12:02:55 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 15:13:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62ca6782

games-puzzle/aaaaxy: remove -Werror from deps

Closes: https://bugs.gentoo.org/887305
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild | 7 +++++++
 games-puzzle/aaaaxy/aaaaxy-1.3.103.ebuild | 7 +++++++
 games-puzzle/aaaaxy/aaaaxy-1.3.263.ebuild | 7 +++++++
 3 files changed, 21 insertions(+)

diff --git a/games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild b/games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild
index 84cd95ac2..8b916e6a1 100644
--- a/games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild
+++ b/games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild
@@ -34,6 +34,13 @@ BDEPEND="
 	x11-libs/libXxf86vm
 "
 
+src_prepare() {
+	eapply_user
+
+	# some dependencies use -Werror
+	find "${WORKDIR}" -type f -exec sed -i "s/\-Werror//g" {} + || die "Could not remove -Werror"
+}
+
 src_configure() {
 	GOFLAGS+=" -buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
 }

diff --git a/games-puzzle/aaaaxy/aaaaxy-1.3.103.ebuild b/games-puzzle/aaaaxy/aaaaxy-1.3.103.ebuild
index 580af0df0..6cdfada16 100644
--- a/games-puzzle/aaaaxy/aaaaxy-1.3.103.ebuild
+++ b/games-puzzle/aaaaxy/aaaaxy-1.3.103.ebuild
@@ -34,6 +34,13 @@ BDEPEND="
 	x11-libs/libXxf86vm
 "
 
+src_prepare() {
+	eapply_user
+
+	# some dependencies use -Werror
+	find "${WORKDIR}" -type f -exec sed -i "s/\-Werror//g" {} + || die "Could not remove -Werror"
+}
+
 src_configure() {
 	GOFLAGS+=" -buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
 }

diff --git a/games-puzzle/aaaaxy/aaaaxy-1.3.263.ebuild b/games-puzzle/aaaaxy/aaaaxy-1.3.263.ebuild
index 5a1c9b6a2..f7e67c08b 100644
--- a/games-puzzle/aaaaxy/aaaaxy-1.3.263.ebuild
+++ b/games-puzzle/aaaaxy/aaaaxy-1.3.263.ebuild
@@ -34,6 +34,13 @@ BDEPEND="
 	x11-libs/libXxf86vm
 "
 
+src_prepare() {
+	eapply_user
+
+	# some dependencies use -Werror
+	find "${WORKDIR}" -type f -exec sed -i "s/\-Werror//g" {} + || die "Could not remove -Werror"
+}
+
 src_configure() {
 	GOFLAGS+=" -buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
 }


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2023-02-27 15:19 99% [gentoo-commits] repo/proj/guru:dev commit in: games-puzzle/aaaaxy/ Nicola Smaniotto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox