diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-28 10:26:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-28 10:26:22 +0000 |
commit | f932463abfe5cbb15274d0c3532bf0785cb01803 (patch) | |
tree | b0de155d470faef3e14369dbd371b813d9c93283 /dev-python/unidecode | |
parent | Stable for ppc, wrt bug #534240 (diff) | |
download | gentoo-2-f932463abfe5cbb15274d0c3532bf0785cb01803.tar.gz gentoo-2-f932463abfe5cbb15274d0c3532bf0785cb01803.tar.bz2 gentoo-2-f932463abfe5cbb15274d0c3532bf0785cb01803.zip |
Stable for ppc, wrt bug #530110
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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 61aebe6f05f9..f18e40a46e76 100644 --- a/dev-python/unidecode/ChangeLog +++ b/dev-python/unidecode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/unidecode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.25 2015/01/02 14:51:34 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.26 2015/01/28 10:26:22 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> unidecode-0.04.16.ebuild: + Stable for ppc, wrt bug #530110 02 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> unidecode-0.04.16.ebuild: x86 stable wrt bug #530110 diff --git a/dev-python/unidecode/unidecode-0.04.16.ebuild b/dev-python/unidecode/unidecode-0.04.16.ebuild index d1d8adf5112b..b9bfed4ce79c 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-2015 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.8 2015/01/02 14:51:34 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.9 2015/01/28 10:26: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 ppc ~sparc x86" S=${WORKDIR}/${MY_P} |