diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-07-19 17:25:14 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-07-19 17:25:14 +0000 |
commit | 0150448b5df3ad1c3f964374fa52932b19f850cd (patch) | |
tree | ecabef4a8976a598cc257b4f7db8e354e510362f /dev-python/unidecode | |
parent | Keyworded on alpha, bug #505998 (diff) | |
download | gentoo-2-0150448b5df3ad1c3f964374fa52932b19f850cd.tar.gz gentoo-2-0150448b5df3ad1c3f964374fa52932b19f850cd.tar.bz2 gentoo-2-0150448b5df3ad1c3f964374fa52932b19f850cd.zip |
Keyworded on alpha, bug #505998
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r-- | dev-python/unidecode/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/unidecode/ChangeLog b/dev-python/unidecode/ChangeLog index 709066c13ba5..e0828e356ce5 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.17 2014/06/27 12:36:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.18 2014/07/19 17:25:13 klausman Exp $ + + 19 Jul 2014; Tobias Klausmann <klausman@gentoo.org> unidecode-0.04.16.ebuild: + Keyworded on alpha, bug #505998 27 Jun 2014; Jeroen Roovers <jer@gentoo.org> unidecode-0.04.16.ebuild: Marked ~arm too. diff --git a/dev-python/unidecode/unidecode-0.04.16.ebuild b/dev-python/unidecode/unidecode-0.04.16.ebuild index 5cfce00abea1..77ec12cd5c29 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.2 2014/06/27 12:36:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.3 2014/07/19 17:25:14 klausman 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 ~arm ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86" S=${WORKDIR}/${MY_P} |