commit: fad68b819ce5e02ada95dc8fc7ff36616267cf09 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Jun 6 06:40:44 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Jun 6 06:40:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad68b81
dev-util/coccinelle: fix make Closes: https://bugs.gentoo.org/888769 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild | 1 + dev-util/coccinelle/files/coccinelle-1.1.1-shuffle.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild b/dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild index 1a366ad2ed6d..63d4cf03a4a9 100644 --- a/dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild +++ b/dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild @@ -49,6 +49,7 @@ DOCS=( authors.txt bugs.txt changes.txt credits.txt readme.txt ) PATCHES=( "${FILESDIR}"/${P}-bash-completion.patch "${FILESDIR}"/${P}-find-xxdate.patch + "${FILESDIR}"/${P}-shuffle.patch ) SITEFILE=50coccinelle-gentoo.el diff --git a/dev-util/coccinelle/files/coccinelle-1.1.1-shuffle.patch b/dev-util/coccinelle/files/coccinelle-1.1.1-shuffle.patch new file mode 100644 index 000000000000..0b3059e02529 --- /dev/null +++ b/dev-util/coccinelle/files/coccinelle-1.1.1-shuffle.patch @@ -0,0 +1,12 @@ +--- a/Makefile 2024-06-06 08:37:24.033420168 +0200 ++++ b/Makefile 2024-06-06 08:37:54.188080138 +0200 +@@ -283,7 +283,8 @@ + byt-only byte-only byte : $(foreach tool,$(TOOLS),$(PREFIX_$(tool))$(tool)) + + .PHONY: install +-install: install-spatch install-spgen install-python install-bash install-man ++install: install-spatch ++ $(MAKE) install-spgen install-python install-bash install-man + + .PHONY: install-bash + install-bash:
