diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-25 17:27:03 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-25 17:27:03 +0000 |
commit | 4f3602bc5b1db278bc12f74010fef84804bdadab (patch) | |
tree | 19db11f04e47345f2016832f400f717bfb2caffa /dev-python/requests/requests-2.3.0.ebuild | |
parent | Cleanup EAPI=1 ebuilds. See bug #513914. (diff) | |
download | gentoo-2-4f3602bc5b1db278bc12f74010fef84804bdadab.tar.gz gentoo-2-4f3602bc5b1db278bc12f74010fef84804bdadab.tar.bz2 gentoo-2-4f3602bc5b1db278bc12f74010fef84804bdadab.zip |
Mark amd64 stable. Bug #513278.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/requests/requests-2.3.0.ebuild')
-rw-r--r-- | dev-python/requests/requests-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requests/requests-2.3.0.ebuild b/dev-python/requests/requests-2.3.0.ebuild index 3285a212e9fc..e473f6dd0a88 100644 --- a/dev-python/requests/requests-2.3.0.ebuild +++ b/dev-python/requests/requests-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.9 2014/08/11 22:22:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.10 2014/08/25 17:27:03 mrueg Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" # bundles dev-python/urllib3 snapshot |