diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-10-21 22:09:03 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-10-21 22:09:03 +0000 |
commit | 3236dd797b5eb0249500670ff684ce41a88cad8c (patch) | |
tree | d44045417d1f72d2257bffec93f3f06061d33c99 /dev-python/py/py-1.3.4.ebuild | |
parent | Require poppler without exception support (bug 338240) (diff) | |
download | gentoo-2-3236dd797b5eb0249500670ff684ce41a88cad8c.tar.gz gentoo-2-3236dd797b5eb0249500670ff684ce41a88cad8c.tar.bz2 gentoo-2-3236dd797b5eb0249500670ff684ce41a88cad8c.zip |
stable x86, bug 341335
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-python/py/py-1.3.4.ebuild')
-rw-r--r-- | dev-python/py/py-1.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/py/py-1.3.4.ebuild b/dev-python/py/py-1.3.4.ebuild index d65708ee9e28..84ac3572d877 100644 --- a/dev-python/py/py-1.3.4.ebuild +++ b/dev-python/py/py-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.3.4.ebuild,v 1.5 2010/10/21 20:03:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.3.4.ebuild,v 1.6 2010/10/21 22:09:03 fauli Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" |