diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-03-02 18:34:25 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-03-02 18:34:25 +0000 |
commit | a75cd32f295ed2d1ba0b5dfca787e21c6d15f8ab (patch) | |
tree | 294926414b04e798c47495098112b7f38c93164c /dev-python | |
parent | Fix data dependency issue. (diff) | |
download | gentoo-2-a75cd32f295ed2d1ba0b5dfca787e21c6d15f8ab.tar.gz gentoo-2-a75cd32f295ed2d1ba0b5dfca787e21c6d15f8ab.tar.bz2 gentoo-2-a75cd32f295ed2d1ba0b5dfca787e21c6d15f8ab.zip |
Drop ~x86-fbsd because of unkeyworded dependencies.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.8.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 3e82b23a4282..94b9f819072f 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.170 2012/03/02 18:23:33 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.171 2012/03/02 18:34:25 pesa Exp $ + + 02 Mar 2012; Davide Pesavento <pesa@gentoo.org> PyQt4-4.8.1.ebuild, + PyQt4-4.8.4.ebuild: + Drop ~x86-fbsd because of unkeyworded dependencies. 02 Mar 2012; Davide Pesavento <pesa@gentoo.org> PyQt4-4.9.1.ebuild: Don't enable QtAssistant module because it was removed in qt-4.7 and we diff --git a/dev-python/PyQt4/PyQt4-4.8.1.ebuild b/dev-python/PyQt4/PyQt4-4.8.1.ebuild index c96efa9365eb..cff0b01e9560 100644 --- a/dev-python/PyQt4/PyQt4-4.8.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.8.1.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/PyQt4/PyQt4-4.8.1.ebuild,v 1.15 2012/02/21 01:06:46 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v 1.16 2012/03/02 18:34:25 pesa Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -21,7 +21,7 @@ SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="X assistant +dbus debug doc examples kde multimedia opengl phonon sql svg webkit xmlpatterns" DEPEND=">=dev-python/sip-4.11.2 diff --git a/dev-python/PyQt4/PyQt4-4.8.4.ebuild b/dev-python/PyQt4/PyQt4-4.8.4.ebuild index ba7c81326e9c..cc09f60e1c85 100644 --- a/dev-python/PyQt4/PyQt4-4.8.4.ebuild +++ b/dev-python/PyQt4/PyQt4-4.8.4.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/PyQt4/PyQt4-4.8.4.ebuild,v 1.6 2012/02/21 01:06:46 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.4.ebuild,v 1.7 2012/03/02 18:34:25 pesa Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -21,7 +21,7 @@ SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="X assistant +dbus debug declarative doc examples kde multimedia opengl phonon sql svg webkit xmlpatterns" DEPEND=">=dev-python/sip-4.12.2 |