diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-07-17 10:49:14 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-07-17 10:49:14 +0000 |
commit | 3d710c948f72746b6f35940d1cadbcd17030ba2f (patch) | |
tree | 44e4f7532db2224bd1cf6c5213915be135f0d2ce /kde-base | |
parent | Unmask dev-python/sip and dev-python/PyQt4 wrt bug #506452. (diff) | |
download | gentoo-2-3d710c948f72746b6f35940d1cadbcd17030ba2f.tar.gz gentoo-2-3d710c948f72746b6f35940d1cadbcd17030ba2f.tar.bz2 gentoo-2-3d710c948f72746b6f35940d1cadbcd17030ba2f.zip |
Raise dev-python/sip and dev-python/PyQt4 dependencies as patch to solve bug #517278 is not backwards compatible.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/pykde4/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/pykde4/pykde4-4.13.3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/kde-base/pykde4/ChangeLog b/kde-base/pykde4/ChangeLog index 0d65d9d0dc3f..a0cce64a8b9d 100644 --- a/kde-base/pykde4/ChangeLog +++ b/kde-base/pykde4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/pykde4 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.293 2014/07/16 17:40:43 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.294 2014/07/17 10:49:14 kensington Exp $ + + 17 Jul 2014; Michael Palimaka <kensington@gentoo.org> pykde4-4.13.3.ebuild: + Raise dev-python/sip and dev-python/PyQt4 dependencies as patch to solve bug + #517278 is not backwards compatible. *pykde4-4.13.3 (16 Jul 2014) diff --git a/kde-base/pykde4/pykde4-4.13.3.ebuild b/kde-base/pykde4/pykde4-4.13.3.ebuild index 8eafaa731305..42f07a5f0fa4 100644 --- a/kde-base/pykde4/pykde4-4.13.3.ebuild +++ b/kde-base/pykde4/pykde4-4.13.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.13.3.ebuild,v 1.1 2014/07/16 17:40:43 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.13.3.ebuild,v 1.2 2014/07/17 10:49:14 kensington Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) @@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( nepomuk )" RDEPEND=" ${PYTHON_DEPS} - >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X] - >=dev-python/sip-4.14:=[${PYTHON_USEDEP}] + >=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X] + >=dev-python/sip-4.16.2:=[${PYTHON_USEDEP}] $(add_kdebase_dep kdelibs 'nepomuk?,opengl') akonadi? ( $(add_kdebase_dep kdepimlibs) ) nepomuk? ( >=dev-libs/soprano-2.9.0 ) |