diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-19 09:08:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-19 09:08:29 +0000 |
commit | 63bc44e1d736dda783d7109515b834df6a45278b (patch) | |
tree | 49aaac1800d7854ef4a8e5f8826cd2863fc7dada /dev-python/boto | |
parent | Stable for amd64, wrt bug #539768 (diff) | |
download | gentoo-2-63bc44e1d736dda783d7109515b834df6a45278b.tar.gz gentoo-2-63bc44e1d736dda783d7109515b834df6a45278b.tar.bz2 gentoo-2-63bc44e1d736dda783d7109515b834df6a45278b.zip |
Stable for amd64, wrt bug #535316
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
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 bd342a7adb52..354206087223 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.102 2015/01/10 06:17:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.103 2015/02/19 09:08:29 ago Exp $ + + 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boto-2.35.1.ebuild: + Stable for amd64, wrt bug #535316 10 Jan 2015; Tim Harder <radhermit@gentoo.org> boto-2.35.1.ebuild: Add python3_3 and python3_4 to PYTHON_COMPAT and update test functionality. diff --git a/dev-python/boto/boto-2.35.1.ebuild b/dev-python/boto/boto-2.35.1.ebuild index 6cbaf565bb06..eecc06130754 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.2 2015/01/10 06:17:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.35.1.ebuild,v 1.3 2015/02/19 09:08:29 ago 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}] |