diff options
author | Markus Meier <maekke@gentoo.org> | 2014-05-15 20:01:14 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-05-15 20:01:14 +0000 |
commit | d5207d750fd55d04849c8f9010c538fb89ee4016 (patch) | |
tree | 90e5382f6c5ac0a5bf5ba051fce5ba0a2a5e4500 /dev-python/unidecode | |
parent | arm stable, bug #509830 (diff) | |
download | gentoo-2-d5207d750fd55d04849c8f9010c538fb89ee4016.tar.gz gentoo-2-d5207d750fd55d04849c8f9010c538fb89ee4016.tar.bz2 gentoo-2-d5207d750fd55d04849c8f9010c538fb89ee4016.zip |
add ~arm, bug #505998
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r-- | dev-python/unidecode/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/unidecode/ChangeLog b/dev-python/unidecode/ChangeLog index 5fdda39fbb17..569d0d1dc73a 100644 --- a/dev-python/unidecode/ChangeLog +++ b/dev-python/unidecode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/unidecode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.15 2014/05/13 16:10:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.16 2014/05/15 20:01:14 maekke Exp $ + + 15 May 2014; Markus Meier <maekke@gentoo.org> unidecode-0.04.14.ebuild: + add ~arm, bug #505998 *unidecode-0.04.16 (13 May 2014) diff --git a/dev-python/unidecode/unidecode-0.04.14.ebuild b/dev-python/unidecode/unidecode-0.04.14.ebuild index bcbe89ff06a1..828ed68180e5 100644 --- a/dev-python/unidecode/unidecode-0.04.14.ebuild +++ b/dev-python/unidecode/unidecode-0.04.14.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.14.ebuild,v 1.5 2014/05/09 18:44:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.6 2014/05/15 20:01:14 maekke 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="~amd64 hppa ~x86" +KEYWORDS="~amd64 ~arm hppa ~x86" S=${WORKDIR}/${MY_P} |