diff options
author | Michael Weber <xmw@gentoo.org> | 2011-01-04 22:00:44 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-01-04 22:00:44 +0000 |
commit | fa0421b431a603ef0d4e1892d023bdca9da1e740 (patch) | |
tree | 61aeb5aec9700fa831f420c5ddbb9720ebc7b7f3 /dev-python/boto | |
parent | Stable on amd64 wrt bug #350572 (diff) | |
download | gentoo-2-fa0421b431a603ef0d4e1892d023bdca9da1e740.tar.gz gentoo-2-fa0421b431a603ef0d4e1892d023bdca9da1e740.tar.bz2 gentoo-2-fa0421b431a603ef0d4e1892d023bdca9da1e740.zip |
added ~sparc keyword (bug 279975)
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/boto/boto-1.9b.ebuild | 6 | ||||
-rw-r--r-- | dev-python/boto/boto-2.0_beta3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index aee52d2aba8b..3c252d52a903 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/boto -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.29 2010/10/16 20:49:38 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.30 2011/01/04 22:00:43 xmw Exp $ + + 04 Jan 2011; Michael Weber <xmw@gentoo.org> boto-1.9b.ebuild, + boto-2.0_beta3.ebuild: + added ~sparc keyword (bug 279975) *boto-2.0_beta3 (16 Oct 2010) diff --git a/dev-python/boto/boto-1.9b.ebuild b/dev-python/boto/boto-1.9b.ebuild index 18a9d959b74f..4a7dde1cd0e9 100644 --- a/dev-python/boto/boto-1.9b.ebuild +++ b/dev-python/boto/boto-1.9b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.6 2010/09/28 16:09:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.7 2011/01/04 22:00:44 xmw Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -15,7 +15,7 @@ SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc ~sparc x86 ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" diff --git a/dev-python/boto/boto-2.0_beta3.ebuild b/dev-python/boto/boto-2.0_beta3.ebuild index f99a31368c56..a5313ec8319a 100644 --- a/dev-python/boto/boto-2.0_beta3.ebuild +++ b/dev-python/boto/boto-2.0_beta3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0_beta3.ebuild,v 1.1 2010/10/16 20:49:38 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0_beta3.ebuild,v 1.2 2011/01/04 22:00:43 xmw Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -18,7 +18,7 @@ SRC_URI="http://boto.googlecode.com/files/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" |