diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-06-08 16:26:49 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-06-08 16:26:49 +0000 |
commit | 160c2ea9e1e3468905a2f630f684f7d5c19b0070 (patch) | |
tree | 8899920a34e939d954c7f2077e9f8ae2da178660 /dev-python/cssutils | |
parent | Stable on amd64 wrt bug #370513 (diff) | |
download | historical-160c2ea9e1e3468905a2f630f684f7d5c19b0070.tar.gz historical-160c2ea9e1e3468905a2f630f684f7d5c19b0070.tar.bz2 historical-160c2ea9e1e3468905a2f630f684f7d5c19b0070.zip |
Marked ~ppc wrt #366541
Package-Manager: portage-2.2.0_alpha36/cvs/Linux x86_64
Diffstat (limited to 'dev-python/cssutils')
-rw-r--r-- | dev-python/cssutils/cssutils-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cssutils/cssutils-0.9.7.ebuild b/dev-python/cssutils/cssutils-0.9.7.ebuild index 4a5c84100f81..7590761a5358 100644 --- a/dev-python/cssutils/cssutils-0.9.7.ebuild +++ b/dev-python/cssutils/cssutils-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.7.ebuild,v 1.3 2011/02/20 22:04:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.7.ebuild,v 1.4 2011/06/08 16:26:49 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI="http://cssutils.googlecode.com/files/${MY_P}.zip mirror://pypi/${PN:0:1 LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" RDEPEND="dev-python/setuptools" |