diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-24 01:14:20 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-24 01:14:20 +0000 |
commit | ecd1b2836af4e9dda8eaafda2e1b80385a2cfe8e (patch) | |
tree | dcf017b47d7917945c82480735cacf2c0e7ee129 /dev-python/pyquery/pyquery-1.1.1.ebuild | |
parent | Zero copy for infiniband psm userspace driver. Fbcondecor bootsplash patch (diff) | |
download | historical-ecd1b2836af4e9dda8eaafda2e1b80385a2cfe8e.tar.gz historical-ecd1b2836af4e9dda8eaafda2e1b80385a2cfe8e.tar.bz2 historical-ecd1b2836af4e9dda8eaafda2e1b80385a2cfe8e.zip |
Keyword ~ppc64
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pyquery/pyquery-1.1.1.ebuild')
-rw-r--r-- | dev-python/pyquery/pyquery-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyquery/pyquery-1.1.1.ebuild b/dev-python/pyquery/pyquery-1.1.1.ebuild index 9d4297d9721b..66a966ab540c 100644 --- a/dev-python/pyquery/pyquery-1.1.1.ebuild +++ b/dev-python/pyquery/pyquery-1.1.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/pyquery/pyquery-1.1.1.ebuild,v 1.8 2012/05/18 08:05:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.1.1.ebuild,v 1.9 2012/07/24 01:11:50 blueness Exp $ EAPI=3 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="test" RDEPEND=">=dev-python/lxml-2.1" |