diff options
-rw-r--r-- | dev-python/charade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/charade/charade-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/charade/ChangeLog b/dev-python/charade/ChangeLog index f17e15eb5515..5d068caeb7dc 100644 --- a/dev-python/charade/ChangeLog +++ b/dev-python/charade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/charade # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/charade/ChangeLog,v 1.5 2013/05/16 17:16:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/charade/ChangeLog,v 1.6 2013/08/11 13:19:53 jer Exp $ + + 11 Aug 2013; Jeroen Roovers <jer@gentoo.org> charade-1.0.3.ebuild: + Marked ~hppa too. 16 May 2013; Markus Meier <maekke@gentoo.org> charade-1.0.3.ebuild: add ~arm, bug #447650 diff --git a/dev-python/charade/charade-1.0.3.ebuild b/dev-python/charade/charade-1.0.3.ebuild index 1aa7673d9715..6c99bfbf0bb8 100644 --- a/dev-python/charade/charade-1.0.3.ebuild +++ b/dev-python/charade/charade-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/charade/charade-1.0.3.ebuild,v 1.3 2013/05/16 17:16:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/charade/charade-1.0.3.ebuild,v 1.4 2013/08/11 13:19:53 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |