diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-01-16 14:43:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-01-16 14:43:55 +0000 |
commit | 65c0b5bf208bfec6a4ad4409e9a8ff1e0859ec2b (patch) | |
tree | b65348ee4e2f656b7a7f9d203d47e40ab625c562 /dev-python/louie | |
parent | Marked ~x64-macos, bug #351840 (diff) | |
download | gentoo-2-65c0b5bf208bfec6a4ad4409e9a8ff1e0859ec2b.tar.gz gentoo-2-65c0b5bf208bfec6a4ad4409e9a8ff1e0859ec2b.tar.bz2 gentoo-2-65c0b5bf208bfec6a4ad4409e9a8ff1e0859ec2b.zip |
sparc stable and add ~ia64
(Portage version: 2.1.9.25/cvs/Linux ia64)
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 182a9e11271f..cd6583d36528 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.7 2011/01/07 09:31:48 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.8 2011/01/16 14:43:55 armin76 Exp $ + + 16 Jan 2011; Raúl Porcel <armin76@gentoo.org> louie-1.1.ebuild: + sparc stable and add ~ia64 07 Jan 2011; Michael Weber <xmw@gentoo.org> louie-1.1.ebuild: added ~sparc keyword (bug 311825) diff --git a/dev-python/louie/louie-1.1.ebuild b/dev-python/louie/louie-1.1.ebuild index 35b800760dc4..552749409a73 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.7 2011/01/07 09:31:48 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1.ebuild,v 1.8 2011/01/16 14:43:55 armin76 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 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86" IUSE="" DEPEND="dev-python/setuptools" |