From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/num/
Date: Thu, 7 Oct 2021 01:45:29 +0000 (UTC) [thread overview]
Message-ID: <1633570732.372049e39ab93af18ce0e72e884ee2ca5ea1b5a9.sam@gentoo> (raw)
commit: 372049e39ab93af18ce0e72e884ee2ca5ea1b5a9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 7 01:38:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 7 01:38:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372049e3
dev-ml/num: fix collision with newer findlib
Closes: https://bugs.gentoo.org/803275
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/num/{num-1.4-r1.ebuild => num-1.4-r2.ebuild} | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-ml/num/num-1.4-r1.ebuild b/dev-ml/num/num-1.4-r2.ebuild
similarity index 80%
rename from dev-ml/num/num-1.4-r1.ebuild
rename to dev-ml/num/num-1.4-r2.ebuild
index cf5b56b7a6d..cf3d3b3bc4c 100644
--- a/dev-ml/num/num-1.4-r1.ebuild
+++ b/dev-ml/num/num-1.4-r2.ebuild
@@ -16,6 +16,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-
IUSE="+ocamlopt"
RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
+DEPEND="dev-ml/findlib:="
src_compile() {
emake CFLAGS="${CFLAGS}" NATDYNLINK="$(usex ocamlopt true false)"
@@ -27,6 +28,10 @@ src_test() {
}
src_install() {
- findlib_src_preinst
- OCAMLPATH="${OCAMLFIND_DESTDIR}" emake install DESTDIR="${D}" NATDYNLINK="$(usex ocamlopt true false)"
+ findlib_src_install
+
+ if has_version ">=dev-ml/findlib-1.9" ; then
+ # See bug #803275
+ rm "${ED}/usr/$(get_libdir)/ocaml/num-top/META" || die
+ fi
}
next reply other threads:[~2021-10-07 1:45 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-07 1:45 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 15:25 [gentoo-commits] repo/gentoo:master commit in: dev-ml/num/ Arthur Zamarin
2024-10-15 15:25 Arthur Zamarin
2024-07-30 5:07 Alfredo Tupone
2024-06-28 21:05 Alfredo Tupone
2024-06-28 21:04 Alfredo Tupone
2024-05-31 6:04 Alfredo Tupone
2022-12-04 21:20 Alfredo Tupone
2022-01-07 20:22 Alfredo Tupone
2021-11-07 1:25 Sam James
2021-06-13 20:25 Sam James
2021-06-13 18:31 Alfredo Tupone
2021-06-13 8:13 Alfredo Tupone
2021-04-19 0:23 Sam James
2021-04-18 6:48 Sam James
2021-04-18 6:47 Sam James
2021-04-18 6:45 Sam James
2021-04-18 6:44 Sam James
2021-04-18 6:44 Sam James
2021-03-13 15:26 Sam James
2021-03-13 14:05 Sam James
2021-03-09 22:08 Sam James
2021-03-09 22:08 Sam James
2021-03-09 20:43 Sam James
2021-03-04 14:28 Agostino Sarubbo
2021-02-25 17:54 Sam James
2021-02-25 13:09 Sam James
2021-02-08 8:00 Sam James
2021-01-14 6:34 Alfredo Tupone
2021-01-06 19:35 Fabian Groffen
2020-05-18 13:02 Agostino Sarubbo
2020-05-18 12:55 Agostino Sarubbo
2020-04-07 18:41 Alfredo Tupone
2020-01-13 20:43 Alfredo Tupone
2020-01-07 21:01 Jason A. Donenfeld
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=1633570732.372049e39ab93af18ce0e72e884ee2ca5ea1b5a9.sam@gentoo \
--to=sam@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