ago 15/02/19 09:08:30 Modified: boto-2.35.1.ebuild ChangeLog Log: 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)
Revision Changes Path 1.3 dev-python/boto/boto-2.35.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.35.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.35.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.35.1.ebuild?r1=1.2&r2=1.3 Index: boto-2.35.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.35.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- boto-2.35.1.ebuild 10 Jan 2015 06:17:48 -0000 1.2 +++ boto-2.35.1.ebuild 19 Feb 2015 09:08:29 -0000 1.3 @@ -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 @@ 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}] 1.103 dev-python/boto/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?r1=1.102&r2=1.103 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- ChangeLog 10 Jan 2015 06:17:48 -0000 1.102 +++ ChangeLog 19 Feb 2015 09:08:29 -0000 1.103 @@ -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 <a...@gentoo.org> boto-2.35.1.ebuild: + Stable for amd64, wrt bug #535316 10 Jan 2015; Tim Harder <radher...@gentoo.org> boto-2.35.1.ebuild: Add python3_3 and python3_4 to PYTHON_COMPAT and update test functionality.