diff options
-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 c3c644120922..8ade5f939016 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.23 2014/12/20 07:39:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.24 2014/12/27 19:27:22 ago Exp $ + + 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unidecode-0.04.16.ebuild: + Stable for amd64, wrt bug #530110 *unidecode-0.04.17 (20 Dec 2014) 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} |