diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:27:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:27:23 +0000 |
commit | b9f703af8c4d07202b8e70105b9633780854571f (patch) | |
tree | ca521a75aeafc53f0e076cf9265ffcc8e9b70eac /dev-python/unidecode/unidecode-0.04.16.ebuild | |
parent | Stable for amd64, wrt bug #517816 (diff) | |
download | historical-b9f703af8c4d07202b8e70105b9633780854571f.tar.gz historical-b9f703af8c4d07202b8e70105b9633780854571f.tar.bz2 historical-b9f703af8c4d07202b8e70105b9633780854571f.zip |
Stable for amd64, wrt bug #530110
Package-Manager: portage-2.2.14/cvs/Linux x86_64
RepoMan-Options: --include-arches="amd64"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'dev-python/unidecode/unidecode-0.04.16.ebuild')
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/unidecode/unidecode-0.04.16.ebuild b/dev-python/unidecode/unidecode-0.04.16.ebuild index 43037dfd8019..ec7d6e78effa 100644 --- a/dev-python/unidecode/unidecode-0.04.16.ebuild +++ b/dev-python/unidecode/unidecode-0.04.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.6 2014/12/16 20:35:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.7 2014/12/27 19:27:22 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ~sparc ~x86" S=${WORKDIR}/${MY_P} |