diff options
author | Markus Meier <maekke@gentoo.org> | 2014-12-23 12:44:12 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-12-23 12:44:12 +0000 |
commit | 3f2ed06a84075a8613473637e14cd362a74ac799 (patch) | |
tree | 7e9a47741fe750301f87afaaea1666a993af05b8 /dev-python/certifi | |
parent | arm stable, bug #532914 (diff) | |
download | gentoo-2-3f2ed06a84075a8613473637e14cd362a74ac799.tar.gz gentoo-2-3f2ed06a84075a8613473637e14cd362a74ac799.tar.bz2 gentoo-2-3f2ed06a84075a8613473637e14cd362a74ac799.zip |
arm stable, bug #530486
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/certifi')
-rw-r--r-- | dev-python/certifi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/certifi/certifi-14.05.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/certifi/ChangeLog b/dev-python/certifi/ChangeLog index 5f80c0e24945..8aead4aeb667 100644 --- a/dev-python/certifi/ChangeLog +++ b/dev-python/certifi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/certifi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v 1.9 2014/09/27 11:34:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v 1.10 2014/12/23 12:44:12 maekke Exp $ + + 23 Dec 2014; Markus Meier <maekke@gentoo.org> certifi-14.05.14.ebuild: + arm stable, bug #530486 27 Sep 2014; Markus Meier <maekke@gentoo.org> certifi-14.05.14.ebuild: add ~arm, bug #521954 diff --git a/dev-python/certifi/certifi-14.05.14.ebuild b/dev-python/certifi/certifi-14.05.14.ebuild index 077e9e2c1d6c..21b23f228ca8 100644 --- a/dev-python/certifi/certifi-14.05.14.ebuild +++ b/dev-python/certifi/certifi-14.05.14.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/certifi/certifi-14.05.14.ebuild,v 1.3 2014/09/27 11:34:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/certifi-14.05.14.ebuild,v 1.4 2014/12/23 12:44:12 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 arm ~x86" IUSE="" RDEPEND="" |