From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqwt/
Date: Sun, 10 Jul 2016 17:47:45 +0000 (UTC) [thread overview]
Message-ID: <1468172850.05ce29a2b8bb9a1b9cb67e417448372da73e0603.kensington@gentoo> (raw)
commit: 05ce29a2b8bb9a1b9cb67e417448372da73e0603
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 17:47:02 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 17:47:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ce29a2
dev-python/pyqwt: fix build with >=dev-python/PyQt4-4.11.2-r1
Gentoo-bug: 536948
Package-Manager: portage-2.3.0
dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild b/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild
index fc2b162..5990d2f 100644
--- a/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild
+++ b/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit flag-o-matic python-r1
+inherit flag-o-matic python-r1 qmake-utils
MY_P="PyQwt-${PV}"
DESCRIPTION="Python bindings for the Qwt library"
@@ -20,16 +20,16 @@ IUSE="debug doc examples svg"
RDEPEND="
x11-libs/qwt:5[svg?]
- dev-python/PyQt4[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
- dev-python/sip[${PYTHON_USEDEP}]
- ~dev-python/PyQt4-4.11.1[${PYTHON_USEDEP}]
+ || ( >=dev-python/PyQt4-4.11.2-r1[${PYTHON_USEDEP},compat(-)] <dev-python/PyQt4-4.11.2-r1[${PYTHON_USEDEP}] )
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/sip[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}/configure"
src_prepare() {
+ sed -i -e "s|configuration.qt_dir, 'bin'|'$(qt4_get_bindir)'|" configure.py || die
python_copy_sources
append-flags -fPIC
}
next reply other threads:[~2016-07-10 17:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-10 17:47 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-10 14:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqwt/ Andreas Sturmlechner
2016-08-04 4:02 Davide Pesavento
2016-08-03 1:47 Mike Gilbert
2016-04-24 20:59 Davide Pesavento
2016-04-24 20:59 Davide Pesavento
2016-03-03 21:24 Justin Lecher
2016-02-10 14:33 Justin Lecher
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=1468172850.05ce29a2b8bb9a1b9cb67e417448372da73e0603.kensington@gentoo \
--to=kensington@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