app-misc/geneweb: drop gwrepl. fix build on 32 bits platform

Closes: https://bugs.gentoo.org/939948
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-03-09 22:30:39 +01:00
parent bbf5091e16
commit d165f35cbd
3 changed files with 12 additions and 12 deletions

View File

@@ -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 \

View File

@@ -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 >> $@

View File

@@ -51,7 +51,7 @@ BDEPEND="
PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${P}-shuffle.patch
"${FILESDIR}"/${P}-nogwrepl.patch
)
src_prepare() {