diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:27:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:27:22 +0000 |
commit | 2f392db08758abb861c28d12eef5987cd802fab0 (patch) | |
tree | 8565ba686a8a921e54379d2f95c7f186aaa95d7f /dev-python/unidecode | |
parent | Stable for amd64, wrt bug #517816 (diff) | |
download | gentoo-2-2f392db08758abb861c28d12eef5987cd802fab0.tar.gz gentoo-2-2f392db08758abb861c28d12eef5987cd802fab0.tar.bz2 gentoo-2-2f392db08758abb861c28d12eef5987cd802fab0.zip |
Stable for amd64, wrt bug #530110
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
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 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} |