diff options
author | 2015-02-15 12:31:09 +0000 | |
---|---|---|
committer | 2015-02-15 12:31:09 +0000 | |
commit | 46fc43e6e892d479ecab9ebe314a9643cb0975fa (patch) | |
tree | 98c572b8cbd8862753fb1bc66c60521a92521013 /dev-python/six/six-1.8.0.ebuild | |
parent | gles2 also collides with opengl (#525936) (diff) | |
download | gentoo-2-46fc43e6e892d479ecab9ebe314a9643cb0975fa.tar.gz gentoo-2-46fc43e6e892d479ecab9ebe314a9643cb0975fa.tar.bz2 gentoo-2-46fc43e6e892d479ecab9ebe314a9643cb0975fa.zip |
ppc64 stable, bug #534366
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/six/six-1.8.0.ebuild')
-rw-r--r-- | dev-python/six/six-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/six/six-1.8.0.ebuild b/dev-python/six/six-1.8.0.ebuild index fd959b76a888..46151836eff9 100644 --- a/dev-python/six/six-1.8.0.ebuild +++ b/dev-python/six/six-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/six/six-1.8.0.ebuild,v 1.8 2015/01/28 10:30:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/six/six-1.8.0.ebuild,v 1.9 2015/02/15 12:31:09 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) @@ -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 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="doc test" DEPEND="doc? ( dev-python/sphinx ) |