summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-05-03 20:59:25 +0000
committerMike Gilbert <floppym@gentoo.org>2014-05-03 20:59:25 +0000
commitbc78f3d2fff7cf2ff37e6d092c77734c5a7a1620 (patch)
tree134a692e375220a147ffa3f3a8094909f3a73c6e /app-portage
parentAdd python3.4. (diff)
downloadgentoo-2-bc78f3d2fff7cf2ff37e6d092c77734c5a7a1620.tar.gz
gentoo-2-bc78f3d2fff7cf2ff37e6d092c77734c5a7a1620.tar.bz2
gentoo-2-bc78f3d2fff7cf2ff37e6d092c77734c5a7a1620.zip
Add python3.4.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/mirrorselect/ChangeLog6
-rw-r--r--app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild6
-rw-r--r--app-portage/mirrorselect/mirrorselect-9999.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/app-portage/mirrorselect/ChangeLog b/app-portage/mirrorselect/ChangeLog
index 7fc3080e802c..16c406a57a6c 100644
--- a/app-portage/mirrorselect/ChangeLog
+++ b/app-portage/mirrorselect/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-portage/mirrorselect
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.131 2014/03/02 08:35:11 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.132 2014/05/03 20:59:25 floppym Exp $
+
+ 03 May 2014; Mike Gilbert <floppym@gentoo.org> mirrorselect-2.2.0.1.ebuild,
+ mirrorselect-9999.ebuild:
+ Add python3.4.
02 Mar 2014; Brian Dolbec <dolsen@gentoo.org> mirrorselect-9999.ebuild:
Add the new ssl-fetch rdep.
diff --git a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
index d6eef5031dcc..2ce9e1f75e29 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild,v 1.13 2013/10/17 07:13:37 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild,v 1.14 2014/05/03 20:59:25 floppym Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
PYTHON_REQ_USE="xml"
inherit eutils distutils-r1 prefix
diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild
index a99cba81cddf..486dd13fda92 100644
--- a/app-portage/mirrorselect/mirrorselect-9999.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.6 2014/03/02 08:35:11 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.7 2014/05/03 20:59:25 floppym Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
PYTHON_REQ_USE="xml"
inherit eutils distutils-r1 git-2 prefix