diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-03-05 17:09:58 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-03-05 17:09:58 +0000 |
commit | 497e7b71c54e779f6e80be890059c9c30374dca6 (patch) | |
tree | 4ab355574310815a8cbdfb189583395da75fae69 /dev-python/louie | |
parent | ppc/ppc64 stable wrt #343883 (diff) | |
download | gentoo-2-497e7b71c54e779f6e80be890059c9c30374dca6.tar.gz gentoo-2-497e7b71c54e779f6e80be890059c9c30374dca6.tar.bz2 gentoo-2-497e7b71c54e779f6e80be890059c9c30374dca6.zip |
Drop ia64 keywords
(Portage version: 2.1.9.41/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 b01d14293f26..375cd685e87b 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.10 2011/03/04 21:02:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.11 2011/03/05 17:09:58 armin76 Exp $ + + 05 Mar 2011; Raúl Porcel <armin76@gentoo.org> louie-1.1.ebuild: + Drop ia64 keywords 04 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> louie-1.1.ebuild: ppc64 stable wrt #354797 diff --git a/dev-python/louie/louie-1.1.ebuild b/dev-python/louie/louie-1.1.ebuild index c8914c9fcba5..14f637627483 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.10 2011/03/04 21:02:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1.ebuild,v 1.11 2011/03/05 17:09:58 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 ~ia64 ppc ppc64 sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" DEPEND="dev-python/setuptools" |