diff options
author | 2004-03-14 21:09:52 +0000 | |
---|---|---|
committer | 2004-03-14 21:09:52 +0000 | |
commit | b3b085e20204a9006d55d258e04df4e88e54bfe2 (patch) | |
tree | 00bfbcfbf145dcfb7634caf4dd50edd410c3910b /dev-python/PyQt | |
parent | stable on ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-b3b085e20204a9006d55d258e04df4e88e54bfe2.tar.gz gentoo-2-b3b085e20204a9006d55d258e04df4e88e54bfe2.tar.bz2 gentoo-2-b3b085e20204a9006d55d258e04df4e88e54bfe2.zip |
AMD64 keywords
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index ca6f642b2065..82d62784abd6 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.30 2004/03/03 21:37:45 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.31 2004/03/14 21:09:52 avenj Exp $ + + 14 Mar 2004; Jon Portnoy <avenj@gentoo.org> PyQt-3.8.1.ebuild : + AMD64 keywords. 03 Mar 2004; <kloeri@gentoo.org> PyQt-3.8.1.ebuild: Move make around, close bug #43610. diff --git a/dev-python/PyQt/PyQt-3.10.ebuild b/dev-python/PyQt/PyQt-3.10.ebuild index b45d30cea409..c48fcc5949fe 100644 --- a/dev-python/PyQt/PyQt-3.10.ebuild +++ b/dev-python/PyQt/PyQt-3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.10.ebuild,v 1.2 2004/02/26 00:31:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.10.ebuild,v 1.3 2004/03/14 21:09:52 avenj Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://www.river-bank.demon.co.uk/download/PyQt/${MY_P}.tar.gz" HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" PV_MAJOR=${PV/.*/} PV_MINOR=${PV#${PV_MAJOR}.} PV_MINOR=${PV_MINOR/.*} |