diff options
author | Markus Meier <maekke@gentoo.org> | 2010-08-12 09:08:57 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-08-12 09:08:57 +0000 |
commit | 542727d4cded38c1e8f5d4de0ac4716edd7555a3 (patch) | |
tree | f8f0536ed9702511a2469390726cfd3070c779af /dev-python/louie/louie-1.1.ebuild | |
parent | Allow qemu-kvm-spice as an alternative for the qemu dependency. (diff) | |
download | historical-542727d4cded38c1e8f5d4de0ac4716edd7555a3.tar.gz historical-542727d4cded38c1e8f5d4de0ac4716edd7555a3.tar.bz2 historical-542727d4cded38c1e8f5d4de0ac4716edd7555a3.zip |
amd64/x86 stable, bug #330773
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-python/louie/louie-1.1.ebuild')
-rw-r--r-- | dev-python/louie/louie-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/louie/louie-1.1.ebuild b/dev-python/louie/louie-1.1.ebuild index f3506d544ad6..5e2b78f2f6ad 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.3 2010/07/06 15:41:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1.ebuild,v 1.4 2010/08/12 09:08:57 maekke 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="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" DEPEND="dev-python/setuptools" |