diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-06 15:41:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-06 15:41:48 +0000 |
commit | ef2272efa5547b99ddd464858a8146ba4aea35ef (patch) | |
tree | f18ee636f0dcf03f715fb06c33b5fb120db5736e /dev-python/louie | |
parent | Stable for HPPA (bug #325089). (diff) | |
download | gentoo-2-ef2272efa5547b99ddd464858a8146ba4aea35ef.tar.gz gentoo-2-ef2272efa5547b99ddd464858a8146ba4aea35ef.tar.bz2 gentoo-2-ef2272efa5547b99ddd464858a8146ba4aea35ef.zip |
Keyword ~ppc64 wrt #311825
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/louie')
-rw-r--r-- | dev-python/louie/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/louie/louie-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/louie/ChangeLog b/dev-python/louie/ChangeLog index 79a666cf817b..39cab15f95b2 100644 --- a/dev-python/louie/ChangeLog +++ b/dev-python/louie/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/louie # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.2 2010/03/04 11:24:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.3 2010/07/06 15:41:48 ssuominen Exp $ + + 06 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> louie-1.1.ebuild: + Keyword ~ppc64 wrt #311825 04 Mar 2010; Patrick Lauer <patrick@gentoo.org> louie-1.1.ebuild: Fixing Homepage, thanks to Priit Laes diff --git a/dev-python/louie/louie-1.1.ebuild b/dev-python/louie/louie-1.1.ebuild index 1402852f5e5e..f3506d544ad6 100644 --- a/dev-python/louie/louie-1.1.ebuild +++ b/dev-python/louie/louie-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1.ebuild,v 1.2 2010/03/04 11:24:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1.ebuild,v 1.3 2010/07/06 15:41:48 ssuominen Exp $ inherit distutils @@ -10,7 +10,7 @@ HOMEPAGE="http://pypi.python.org/pypi/Louie/" SRC_URI="http://cheeseshop.python.org/packages/source/L/Louie/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" DEPEND="dev-python/setuptools" |