commit: d165f35cbdc55bd0bd93685b17a6b98fa738cb25 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Mar 9 21:30:39 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Mar 9 21:31:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d165f35c
app-misc/geneweb: drop gwrepl. fix build on 32 bits platform Closes: https://bugs.gentoo.org/939948 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> app-misc/geneweb/files/geneweb-7.0.1_alpha2-nogwrepl.patch | 11 +++++++++++ app-misc/geneweb/files/geneweb-7.0.1_alpha2-shuffle.patch | 11 ----------- app-misc/geneweb/geneweb-7.0.1_alpha2-r1.ebuild | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app-misc/geneweb/files/geneweb-7.0.1_alpha2-nogwrepl.patch b/app-misc/geneweb/files/geneweb-7.0.1_alpha2-nogwrepl.patch new file mode 100644 index 000000000000..6f009c409762 --- /dev/null +++ b/app-misc/geneweb/files/geneweb-7.0.1_alpha2-nogwrepl.patch @@ -0,0 +1,11 @@ +--- a/Makefile 2025-03-09 22:24:53.687925515 +0100 ++++ b/Makefile 2025-03-09 22:26:09.947002074 +0100 +@@ -85,8 +85,6 @@ + bin/gwd/dune \ + bin/gwdiff/dune \ + bin/gwgc/dune \ +- bin/gwrepl/dune \ +- bin/gwrepl/.depend \ + bin/gwu/dune \ + bin/setup/dune \ + bin/update_nldb/dune \ diff --git a/app-misc/geneweb/files/geneweb-7.0.1_alpha2-shuffle.patch b/app-misc/geneweb/files/geneweb-7.0.1_alpha2-shuffle.patch deleted file mode 100644 index bbb2a8f28449..000000000000 --- a/app-misc/geneweb/files/geneweb-7.0.1_alpha2-shuffle.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile 2025-03-08 23:40:30.912030749 +0100 -+++ b/Makefile 2025-03-08 23:41:45.208119545 +0100 -@@ -44,7 +44,7 @@ - > $@ \ - && echo " Done." - --bin/gwrepl/.depend: -+bin/gwrepl/.depend: bin/gwrepl/dune lib/gwdb/dune lib/util/dune lib/core/dune - @echo -n "Generating $@…" - @pwd > $@ - @dune top bin/gwrepl >> $@ diff --git a/app-misc/geneweb/geneweb-7.0.1_alpha2-r1.ebuild b/app-misc/geneweb/geneweb-7.0.1_alpha2-r1.ebuild index 98c50059b5bd..14f8790cd5c1 100644 --- a/app-misc/geneweb/geneweb-7.0.1_alpha2-r1.ebuild +++ b/app-misc/geneweb/geneweb-7.0.1_alpha2-r1.ebuild @@ -51,7 +51,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-shuffle.patch + "${FILESDIR}"/${P}-nogwrepl.patch ) src_prepare() {
