diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-11-07 16:41:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-11-07 16:41:43 +0000 |
commit | 2cf2745ec3642798cc77b99f4560a4467f093b92 (patch) | |
tree | 978ededde0a4cdeed5458b1fa4a01cb7dad7b04c /dev-python | |
parent | Add ~alpha, thanks to Tobias Klausmann for testing (diff) | |
download | gentoo-2-2cf2745ec3642798cc77b99f4560a4467f093b92.tar.gz gentoo-2-2cf2745ec3642798cc77b99f4560a4467f093b92.tar.bz2 gentoo-2-2cf2745ec3642798cc77b99f4560a4467f093b92.zip |
Add ~alpha/~ia64/~sparc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 344ec655b972..a28b46a92a34 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.17 2007/10/20 12:22:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.18 2007/11/07 16:41:43 armin76 Exp $ + + 07 Nov 2007; Raúl Porcel <armin76@gentoo.org> PyQt4-4.3.1.ebuild: + Add ~alpha/~ia64/~sparc 20 Oct 2007; Markus Rothe <corsair@gentoo.org> PyQt4-4.3.1.ebuild: Added ~ppc64; bug #196474 diff --git a/dev-python/PyQt4/PyQt4-4.3.1.ebuild b/dev-python/PyQt4/PyQt4-4.3.1.ebuild index 3047994ee311..7bf50710430e 100644 --- a/dev-python/PyQt4/PyQt4-4.3.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.2 2007/10/20 12:22:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.3 2007/11/07 16:41:43 armin76 Exp $ inherit distutils qt4 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc examples" RDEPEND="=x11-libs/qt-4* |