diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-04-01 10:22:30 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-04-01 10:22:30 +0000 |
commit | dffb3bb99d64b554d23caaad880f69634604c63a (patch) | |
tree | c4ff67dcf4781ceab0fd5e49dc078cd8c5f4035c /dev-python/enum34/enum34-1.0.4.ebuild | |
parent | substitute broken patch (-ffmpeg-avstream.patch) with a sed statement in plac... (diff) | |
download | historical-dffb3bb99d64b554d23caaad880f69634604c63a.tar.gz historical-dffb3bb99d64b554d23caaad880f69634604c63a.tar.bz2 historical-dffb3bb99d64b554d23caaad880f69634604c63a.zip |
Keyworded on alpha, bug 503094
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xCE5D54E8
Diffstat (limited to 'dev-python/enum34/enum34-1.0.4.ebuild')
-rw-r--r-- | dev-python/enum34/enum34-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/enum34/enum34-1.0.4.ebuild b/dev-python/enum34/enum34-1.0.4.ebuild index 1fd973204704..4a3459721710 100644 --- a/dev-python/enum34/enum34-1.0.4.ebuild +++ b/dev-python/enum34/enum34-1.0.4.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/enum34/enum34-1.0.4.ebuild,v 1.9 2015/02/04 16:11:42 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.10 2015/04/01 10:22:29 klausman Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 ) # Do NOT add python3_4—see DESCRIPTION @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="doc" DEPEND="" |