diff options
author | Michael Weber <xmw@gentoo.org> | 2011-03-04 20:46:41 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-03-04 20:46:41 +0000 |
commit | b5c5ab9b08d88f5dffe7921b4c3c64262bacd77c (patch) | |
tree | ea849e5e629a786eb93fd7812c260135e7f775b2 /dev-python/louie | |
parent | Stable on amd64 wrt bug #357281 (diff) | |
download | historical-b5c5ab9b08d88f5dffe7921b4c3c64262bacd77c.tar.gz historical-b5c5ab9b08d88f5dffe7921b4c3c64262bacd77c.tar.bz2 historical-b5c5ab9b08d88f5dffe7921b4c3c64262bacd77c.zip |
ppc stable (bug 354797)
Package-Manager: portage-2.1.9.42/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 cd6583d36528..3b5e1890c762 100644 --- a/dev-python/louie/ChangeLog +++ b/dev-python/louie/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/louie # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.8 2011/01/16 14:43:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.9 2011/03/04 20:46:41 xmw Exp $ + + 04 Mar 2011; Michael Weber <xmw@gentoo.org> louie-1.1.ebuild: + ppc stable (bug 354797) 16 Jan 2011; Raúl Porcel <armin76@gentoo.org> louie-1.1.ebuild: sparc stable and add ~ia64 diff --git a/dev-python/louie/louie-1.1.ebuild b/dev-python/louie/louie-1.1.ebuild index 552749409a73..a7dc7a122c8e 100644 --- a/dev-python/louie/louie-1.1.ebuild +++ b/dev-python/louie/louie-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.8 2011/01/16 14:43:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1.ebuild,v 1.9 2011/03/04 20:46:41 xmw Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~ia64 ppc ~ppc64 sparc x86" IUSE="" DEPEND="dev-python/setuptools" |