From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlnet/files/, dev-ml/ocamlnet/
Date: Fri, 20 Jan 2023 22:15:12 +0000 (UTC) [thread overview]
Message-ID: <1674252801.6370b2d0af414fdd549ab894783a2d19bf63c53a.tupone@gentoo> (raw)
commit: 6370b2d0af414fdd549ab894783a2d19bf63c53a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 22:12:18 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 22:13:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6370b2d0
dev-ml/ocamlnet: compute dependency better
Closes: https://bugs.gentoo.org/888601
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ocamlnet/files/ocamlnet-4.1.9-shuffle.patch | 11 +++++++++++
dev-ml/ocamlnet/ocamlnet-4.1.9-r1.ebuild | 7 +++++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/dev-ml/ocamlnet/files/ocamlnet-4.1.9-shuffle.patch b/dev-ml/ocamlnet/files/ocamlnet-4.1.9-shuffle.patch
new file mode 100644
index 000000000000..6b7026faf1e0
--- /dev/null
+++ b/dev-ml/ocamlnet/files/ocamlnet-4.1.9-shuffle.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.rules 2023-01-20 22:52:47.530898157 +0100
++++ b/Makefile.rules 2023-01-20 22:53:09.370565670 +0100
+@@ -210,7 +210,7 @@
+ # Set NODEP to "@true" in order to disable "depend".
+
+ depend: $(DEP_FILES)
+- $(NODEP) $(OCAMLDEP) *.ml *.mli >$@ || { rm -f $@; exit 1; }
++ $(NODEP) $(OCAMLDEP) -ml-synonym .mll *.ml *.mli >$@ || { rm -f $@; exit 1; }
+
+ .PHONY: clean
+ clean:: genclean
diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.9-r1.ebuild b/dev-ml/ocamlnet/ocamlnet-4.1.9-r1.ebuild
index 0029b1219894..60b4eea78ebf 100644
--- a/dev-ml/ocamlnet/ocamlnet-4.1.9-r1.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-4.1.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,7 +35,10 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}"/${P}-unboundLexer.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-unboundLexer.patch
+ "${FILESDIR}"/${P}-shuffle.patch
+)
ocamlnet_use_with() {
if use $1; then
next reply other threads:[~2023-01-20 22:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-20 22:15 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-12 11:05 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlnet/files/, dev-ml/ocamlnet/ Alexis Ballier
2016-05-03 9:14 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1674252801.6370b2d0af414fdd549ab894783a2d19bf63c53a.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox