diff options
author | Markus Meier <maekke@gentoo.org> | 2015-02-26 18:51:45 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-02-26 18:51:45 +0000 |
commit | 004bcddabc2402ea312b52983e13534374705601 (patch) | |
tree | 8d7e52e289f0367b8efb0a97a974199255bd68c2 /dev-python/boto | |
parent | arm stable, bug #535300 (diff) | |
download | gentoo-2-004bcddabc2402ea312b52983e13534374705601.tar.gz gentoo-2-004bcddabc2402ea312b52983e13534374705601.tar.bz2 gentoo-2-004bcddabc2402ea312b52983e13534374705601.zip |
arm stable, bug #535316
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/boto/boto-2.35.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index a6aa72f72451..ea8cc524397c 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/boto # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.105 2015/02/25 15:41:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.106 2015/02/26 18:51:45 maekke Exp $ + + 26 Feb 2015; Markus Meier <maekke@gentoo.org> boto-2.35.1.ebuild: + arm stable, bug #535316 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boto-2.35.1.ebuild: Stable for x86, wrt bug #535316 diff --git a/dev-python/boto/boto-2.35.1.ebuild b/dev-python/boto/boto-2.35.1.ebuild index 814f8e3ea8c7..0ccd27c528e3 100644 --- a/dev-python/boto/boto-2.35.1.ebuild +++ b/dev-python/boto/boto-2.35.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.35.1.ebuild,v 1.5 2015/02/25 15:41:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.35.1.ebuild,v 1.6 2015/02/26 18:51:45 maekke Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |