summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-03-08 22:54:51 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-03-08 22:54:51 +0000
commit08c43a85fdb33075a803460fffb2623972d05b2d (patch)
treeae3b77a474190c98643de3f614c5852bdba4f865 /dev-python/shiboken
parentStable on amd64 wrt bug #407147 (diff)
downloadgentoo-2-08c43a85fdb33075a803460fffb2623972d05b2d.tar.gz
gentoo-2-08c43a85fdb33075a803460fffb2623972d05b2d.tar.bz2
gentoo-2-08c43a85fdb33075a803460fffb2623972d05b2d.zip
Drop old blocker on boostpythongenerator.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/shiboken')
-rw-r--r--dev-python/shiboken/ChangeLog5
-rw-r--r--dev-python/shiboken/shiboken-1.1.0-r1.ebuild11
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/shiboken/ChangeLog b/dev-python/shiboken/ChangeLog
index e3ad2ae5f157..70fbe35f673d 100644
--- a/dev-python/shiboken/ChangeLog
+++ b/dev-python/shiboken/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/shiboken
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.18 2012/03/07 00:14:37 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.19 2012/03/08 22:54:51 pesa Exp $
+
+ 08 Mar 2012; Davide Pesavento <pesa@gentoo.org> shiboken-1.1.0-r1.ebuild:
+ Drop old blocker on boostpythongenerator.
07 Mar 2012; Davide Pesavento <pesa@gentoo.org>
-files/shiboken-1.0.3-fix-pkgconfig.patch,
diff --git a/dev-python/shiboken/shiboken-1.1.0-r1.ebuild b/dev-python/shiboken/shiboken-1.1.0-r1.ebuild
index fe16742fde76..233a3f070845 100644
--- a/dev-python/shiboken/shiboken-1.1.0-r1.ebuild
+++ b/dev-python/shiboken/shiboken-1.1.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.0-r1.ebuild,v 1.1 2012/03/06 23:54:20 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.0-r1.ebuild,v 1.2 2012/03/08 22:54:51 pesa Exp $
EAPI=4
@@ -21,11 +21,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-DEPEND=">=dev-python/apiextractor-0.10.10
+RDEPEND="
+ >=dev-python/apiextractor-0.10.10
>=dev-python/generatorrunner-0.6.16
- >=x11-libs/qt-core-4.7.0:4"
-RDEPEND="${DEPEND}
- !dev-python/boostpythongenerator"
+ >=x11-libs/qt-core-4.7.0:4
+"
+DEPEND="${RDEPEND}"
DOCS=( ChangeLog )