diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-02-15 13:20:07 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-02-15 13:20:07 +0000 |
commit | 35457e070e3af560039e3b8a2e75c9189108ac50 (patch) | |
tree | e10235a5fa3b4a29e594604ddc86c32c2b8ce077 /dev-python/certifi | |
parent | amd64/ppc/ppc64/x86 stable, bug #530486 (diff) | |
download | gentoo-2-35457e070e3af560039e3b8a2e75c9189108ac50.tar.gz gentoo-2-35457e070e3af560039e3b8a2e75c9189108ac50.tar.bz2 gentoo-2-35457e070e3af560039e3b8a2e75c9189108ac50.zip |
amd64/ppc/ppc64/x86 stable, bug #530486
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/certifi')
-rw-r--r-- | dev-python/certifi/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/certifi/certifi-14.05.14.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/certifi/ChangeLog b/dev-python/certifi/ChangeLog index 8aead4aeb667..b728bc8688d4 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.10 2014/12/23 12:44:12 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v 1.11 2015/02/15 13:20:07 pacho Exp $ + + 15 Feb 2015; Pacho Ramos <pacho@gentoo.org> certifi-14.05.14.ebuild: + amd64/ppc/ppc64/x86 stable, bug #530486 23 Dec 2014; Markus Meier <maekke@gentoo.org> certifi-14.05.14.ebuild: arm stable, bug #530486 diff --git a/dev-python/certifi/certifi-14.05.14.ebuild b/dev-python/certifi/certifi-14.05.14.ebuild index 21b23f228ca8..0e16e0b34b4a 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 +# Copyright 1999-2015 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.4 2014/12/23 12:44:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/certifi-14.05.14.ebuild,v 1.5 2015/02/15 13:20:07 pacho 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 ppc ppc64 x86" IUSE="" RDEPEND="" |