summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2021-01-28 18:35:53 +0700
committerAndrey Grozin <grozin@gentoo.org>2021-01-28 18:35:53 +0700
commit83ba7cf60f92bb1c7a0b6e65dd14dbe3688ab217 (patch)
tree7111149aecdf76f473aedc75776f31c18913c459 /dev-lisp
parentmedia-sound/musescore: bump to 3.6.1 (diff)
downloadgentoo-83ba7cf60f92bb1c7a0b6e65dd14dbe3688ab217.tar.gz
gentoo-83ba7cf60f92bb1c7a0b6e65dd14dbe3688ab217.tar.bz2
gentoo-83ba7cf60f92bb1c7a0b6e65dd14dbe3688ab217.zip
dev-lisp/sbcl: don't call etags
Closes: https://bugs.gentoo.org/767742 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/sbcl/files/etags-2.1.0.patch10
-rw-r--r--dev-lisp/sbcl/sbcl-2.1.0.ebuild2
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-lisp/sbcl/files/etags-2.1.0.patch b/dev-lisp/sbcl/files/etags-2.1.0.patch
new file mode 100644
index 000000000000..8f14e5038614
--- /dev/null
+++ b/dev-lisp/sbcl/files/etags-2.1.0.patch
@@ -0,0 +1,10 @@
+diff -r -U2 sbcl-2.1.0.orig/src/runtime/GNUmakefile sbcl-2.1.0/src/runtime/GNUmakefile
+--- sbcl-2.1.0.orig/src/runtime/GNUmakefile 2020-12-29 17:05:25.000000000 +0700
++++ sbcl-2.1.0/src/runtime/GNUmakefile 2021-01-28 18:02:57.682523052 +0700
+@@ -12,5 +12,5 @@
+ .PHONY: all clean TAGS tags targets
+
+-all: targets tags
++all: targets
+ TARGET=sbcl
+
diff --git a/dev-lisp/sbcl/sbcl-2.1.0.ebuild b/dev-lisp/sbcl/sbcl-2.1.0.ebuild
index 0806d5a9d6b0..2bd14b2981c1 100644
--- a/dev-lisp/sbcl/sbcl-2.1.0.ebuild
+++ b/dev-lisp/sbcl/sbcl-2.1.0.ebuild
@@ -99,6 +99,8 @@ src_prepare() {
eapply "${FILESDIR}"/bsd-sockets-test-2.0.5.patch
# bugs #560276, #561018
eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch
+ # bug #767742
+ eapply "${FILESDIR}"/etags-2.1.0.patch
eapply "${FILESDIR}"/verbose-build-2.0.3.patch