diff options
Diffstat (limited to 'dev-python/boto/boto-1.3a.ebuild')
-rw-r--r-- | dev-python/boto/boto-1.3a.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/boto/boto-1.3a.ebuild b/dev-python/boto/boto-1.3a.ebuild index f1c5b0005dba..b5e637fff04b 100644 --- a/dev-python/boto/boto-1.3a.ebuild +++ b/dev-python/boto/boto-1.3a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.3a.ebuild,v 1.1 2008/07/13 21:24:26 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.3a.ebuild,v 1.2 2009/04/17 19:02:23 ranger Exp $ inherit distutils @@ -11,6 +11,6 @@ SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" DEPEND=">=dev-lang/python-2.3" |