diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 08:25:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 08:25:51 +0000 |
commit | c1837e754464ed3db3f32f2876b3cc195383846e (patch) | |
tree | 2b84876178fa6b8da46aeea5b666f9aef5c8e83b /dev-python/unidecode | |
parent | Stable for alpha, wrt bug #543196 (diff) | |
download | gentoo-2-c1837e754464ed3db3f32f2876b3cc195383846e.tar.gz gentoo-2-c1837e754464ed3db3f32f2876b3cc195383846e.tar.bz2 gentoo-2-c1837e754464ed3db3f32f2876b3cc195383846e.zip |
Stable for alpha, wrt bug #543476
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", 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.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/unidecode/ChangeLog b/dev-python/unidecode/ChangeLog index b8c2186c0798..321542d16af1 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.37 2015/04/08 08:05:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.38 2015/04/13 08:25:51 ago Exp $ + + 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> unidecode-0.04.17.ebuild: + Stable for alpha, wrt bug #543476 08 Apr 2015; Michał Górny <mgorny@gentoo.org> unidecode-0.04.16.ebuild, unidecode-0.04.17.ebuild: diff --git a/dev-python/unidecode/unidecode-0.04.17.ebuild b/dev-python/unidecode/unidecode-0.04.17.ebuild index 22e161455299..83e41a8f6b35 100644 --- a/dev-python/unidecode/unidecode-0.04.17.ebuild +++ b/dev-python/unidecode/unidecode-0.04.17.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.17.ebuild,v 1.9 2015/04/08 08:05:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.17.ebuild,v 1.10 2015/04/13 08:25:51 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -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 ppc sparc x86" +KEYWORDS="alpha amd64 arm hppa ppc sparc x86" S=${WORKDIR}/${MY_P} |