diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-08-01 10:56:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-08-01 10:56:59 +0000 |
commit | cb413ebf174a79b65d67732c508dab861e5a0e20 (patch) | |
tree | 8ba9e878751f51aadb835dfcbf702fd375c55d45 /dev-python/unidecode | |
parent | sparc stable wrt #505840 (diff) | |
download | gentoo-2-cb413ebf174a79b65d67732c508dab861e5a0e20.tar.gz gentoo-2-cb413ebf174a79b65d67732c508dab861e5a0e20.tar.bz2 gentoo-2-cb413ebf174a79b65d67732c508dab861e5a0e20.zip |
Add ~sparc wrt #505998
(Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r-- | dev-python/unidecode/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.14.ebuild | 4 | ||||
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.16.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/unidecode/ChangeLog b/dev-python/unidecode/ChangeLog index d919fc65911e..b2f8ae16f6b7 100644 --- a/dev-python/unidecode/ChangeLog +++ b/dev-python/unidecode/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2014/07/20 12:20:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.20 2014/08/01 10:56:59 armin76 Exp $ + + 01 Aug 2014; Raúl Porcel <armin76@gentoo.org> unidecode-0.04.14.ebuild, + unidecode-0.04.16.ebuild: + Add ~sparc wrt #505998 20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> unidecode-0.04.14.ebuild: Stable on alpha, bug #509790 diff --git a/dev-python/unidecode/unidecode-0.04.14.ebuild b/dev-python/unidecode/unidecode-0.04.14.ebuild index d7ef7d71b1f2..dec7cb0b53aa 100644 --- a/dev-python/unidecode/unidecode-0.04.14.ebuild +++ b/dev-python/unidecode/unidecode-0.04.14.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.14.ebuild,v 1.7 2014/07/20 12:20:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.8 2014/08/01 10:56:59 armin76 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 ~x86" +KEYWORDS="alpha ~amd64 ~arm hppa ~sparc ~x86" S=${WORKDIR}/${MY_P} diff --git a/dev-python/unidecode/unidecode-0.04.16.ebuild b/dev-python/unidecode/unidecode-0.04.16.ebuild index 77ec12cd5c29..8d00e0b22f98 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.3 2014/07/19 17:25:14 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.16.ebuild,v 1.4 2014/08/01 10:56:59 armin76 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 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~sparc ~x86" S=${WORKDIR}/${MY_P} |