public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-dip/
Date: Mon, 31 May 2021 08:20:06 +0000 (UTC)	[thread overview]
Message-ID: <1622448946.6606838b0dedc4fe7916e0341671884ab9478085.sam@gentoo> (raw)

commit:     6606838b0dedc4fe7916e0341671884ab9478085
Author:     Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Sun Mar 28 22:36:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 31 08:15:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6606838b

sci-libs/coinor-dip: prevent python-2.7 automagic

When python-2.7 is installed it attempts to build dippy which fails
with slibtool due a typo that GNU libtool ignored.

Rather than fix, since it installs some unsupported 2.7 site-packages,
block it and revbump to clear these.

Closes: https://bugs.gentoo.org/778965
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20171
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{coinor-dip-0.95.0-r1.ebuild => coinor-dip-0.95.0-r2.ebuild}       | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-libs/coinor-dip/coinor-dip-0.95.0-r1.ebuild b/sci-libs/coinor-dip/coinor-dip-0.95.0-r2.ebuild
similarity index 92%
rename from sci-libs/coinor-dip/coinor-dip-0.95.0-r1.ebuild
rename to sci-libs/coinor-dip/coinor-dip-0.95.0-r2.ebuild
index d19f69dd1fb..9ea837d3607 100644
--- a/sci-libs/coinor-dip/coinor-dip-0.95.0-r1.ebuild
+++ b/sci-libs/coinor-dip/coinor-dip-0.95.0-r2.ebuild
@@ -32,6 +32,9 @@ src_prepare() {
 	default
 	# Prevent unneeded call to pkg-config that needs ${ED}'s in path.
 	sed -i '/--libs.*addlibs.txt/d' Makefile.in || die
+
+	# Prevent python:2.7 automagic for dippy (bug #778965)
+	sed -i 's/@HAVE_PYTHON_TRUE@/#/' src/Makefile.in || die
 }
 
 src_configure() {


             reply	other threads:[~2021-05-31  8:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31  8:20 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-28 15:44 [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-dip/ David Seifert
2021-02-27  3:08 Sam James
2021-02-27  3:08 Sam James
2021-02-27  3:08 Sam James

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=1622448946.6606838b0dedc4fe7916e0341671884ab9478085.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