diff options
author | 2012-07-29 16:59:38 +0000 | |
---|---|---|
committer | 2012-07-29 16:59:38 +0000 | |
commit | fd45db718d38a092ba7c52fa005edaba562d8dc7 (patch) | |
tree | de733758d067e686543fec9761ef883a3ec56981 /dev-python/boto | |
parent | Drop alpha/sparc keywords (diff) | |
download | gentoo-2-fd45db718d38a092ba7c52fa005edaba562d8dc7.tar.gz gentoo-2-fd45db718d38a092ba7c52fa005edaba562d8dc7.tar.bz2 gentoo-2-fd45db718d38a092ba7c52fa005edaba562d8dc7.zip |
sparc stable wrt #416861
(Portage version: 2.1.11.5/cvs/Linux ia64)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/boto/boto-2.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index ded64e637f38..84e561a32ac0 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/boto # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.50 2012/07/17 02:23:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.51 2012/07/29 16:59:38 armin76 Exp $ + + 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> boto-2.3.0.ebuild: + sparc stable wrt #416861 *boto-2.5.2 (17 Jul 2012) diff --git a/dev-python/boto/boto-2.3.0.ebuild b/dev-python/boto/boto-2.3.0.ebuild index 912165f065a7..1741988238d6 100644 --- a/dev-python/boto/boto-2.3.0.ebuild +++ b/dev-python/boto/boto-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.3.0.ebuild,v 1.7 2012/06/13 21:03:33 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.3.0.ebuild,v 1.8 2012/07/29 16:59:38 armin76 Exp $ EAPI="4" PYTHON_DEPEND="2:2.5" @@ -16,7 +16,7 @@ SRC_URI="mirror://github/boto/boto/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86 ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc sparc x86 ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" DEPEND="dev-python/setuptools |