commit:     e61dde13d2615267e9ab53945c7abd1d02d8edb3
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 23:32:39 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 23:32:39 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e61dde13

[dev-python/shiboken] Sync with portage.

Package-Manager: portage-2.2.13

---
 dev-python/shiboken/shiboken-9999.ebuild | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild 
b/dev-python/shiboken/shiboken-9999.ebuild
index dff6cf9..6723d94 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.1-r1.ebuild,v 1.2 
2013/12/25 17:44:15 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 
1.4 2014/09/20 23:15:39 pesa Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit multilib cmake-utils python-r1 git-r3
+inherit cmake-utils multilib python-r1 git-r3
 
 DESCRIPTION="A tool for creating Python bindings for C++ libraries"
 HOMEPAGE="http://qt-project.org/wiki/PySide";
@@ -21,17 +21,15 @@ KEYWORDS=""
 IUSE="test"
 
 RDEPEND="
-       >=dev-libs/libxml2-2.6.32
-       >=dev-libs/libxslt-1.1.19
-       >=dev-qt/qtcore-4.7.0:4
-       >=dev-qt/qtxmlpatterns-4.7.0:4
-       !dev-python/apiextractor
-       !dev-python/generatorrunner
+       dev-libs/libxml2
+       dev-libs/libxslt
+       dev-qt/qtcore:4
+       dev-qt/qtxmlpatterns:4
 "
 DEPEND="${RDEPEND}
        test? (
-               >=dev-qt/qtgui-4.7.0:4
-               >=dev-qt/qttest-4.7.0:4
+               dev-qt/qtgui:4
+               dev-qt/qttest:4
        )"
 
 DOCS=( AUTHORS ChangeLog )
@@ -46,6 +44,8 @@ src_prepare() {
                cp "${FILESDIR}"/rpath.cmake . || die
                sed -i -e '1iinclude(rpath.cmake)' CMakeLists.txt || die
        fi
+
+       cmake-utils_src_prepare
 }
 
 src_configure() {
@@ -72,7 +72,7 @@ src_configure() {
 }
 
 src_compile() {
-       python_foreach_impl cmake-utils_src_make
+       python_foreach_impl cmake-utils_src_compile
 }
 
 src_test() {

Reply via email to