summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-18 05:30:07 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-18 05:30:07 +0000
commit316da7038993f03467bbe84a2c3555ab26be13a6 (patch)
treee94ce2162f5d0a69873575f3382d13a10a90bbf0 /app-admin/eselect-python
parentAdd arm64 love. (diff)
downloadgentoo-2-316da7038993f03467bbe84a2c3555ab26be13a6.tar.gz
gentoo-2-316da7038993f03467bbe84a2c3555ab26be13a6.tar.bz2
gentoo-2-316da7038993f03467bbe84a2c3555ab26be13a6.zip
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-admin/eselect-python')
-rw-r--r--app-admin/eselect-python/ChangeLog9
-rw-r--r--app-admin/eselect-python/eselect-python-20111108.ebuild6
-rw-r--r--app-admin/eselect-python/eselect-python-20131210.ebuild6
-rw-r--r--app-admin/eselect-python/eselect-python-99999999.ebuild6
4 files changed, 16 insertions, 11 deletions
diff --git a/app-admin/eselect-python/ChangeLog b/app-admin/eselect-python/ChangeLog
index d66eb7bff190..53a3b506cc96 100644
--- a/app-admin/eselect-python/ChangeLog
+++ b/app-admin/eselect-python/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/eselect-python
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.79 2013/12/10 17:45:14 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.80 2014/01/18 05:30:07 vapier Exp $
+
+ 18 Jan 2014; Mike Frysinger <vapier@gentoo.org>
+ eselect-python-20111108.ebuild, eselect-python-20131210.ebuild,
+ eselect-python-99999999.ebuild:
+ Add arm64 love.
*eselect-python-20131210 (10 Dec 2013)
diff --git a/app-admin/eselect-python/eselect-python-20111108.ebuild b/app-admin/eselect-python/eselect-python-20111108.ebuild
index a5555b01f19d..fea5edb4d34d 100644
--- a/app-admin/eselect-python/eselect-python-20111108.ebuild
+++ b/app-admin/eselect-python/eselect-python-20111108.ebuild
@@ -1,6 +1,6 @@
-# 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-admin/eselect-python/eselect-python-20111108.ebuild,v 1.14 2013/04/13 20:50:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20111108.ebuild,v 1.15 2014/01/18 05:30:07 vapier Exp $
# Keep the EAPI low here because everything else depends on it.
# We want to make upgrading simpler.
@@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]] ; then
inherit autotools subversion
else
SRC_URI="mirror://gentoo/${P}.tar.bz2"
- KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
fi
DESCRIPTION="Eselect module for management of multiple Python versions"
diff --git a/app-admin/eselect-python/eselect-python-20131210.ebuild b/app-admin/eselect-python/eselect-python-20131210.ebuild
index dce287a28a92..56c07624928e 100644
--- a/app-admin/eselect-python/eselect-python-20131210.ebuild
+++ b/app-admin/eselect-python/eselect-python-20131210.ebuild
@@ -1,6 +1,6 @@
-# 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-admin/eselect-python/eselect-python-20131210.ebuild,v 1.1 2013/12/10 17:45:14 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20131210.ebuild,v 1.2 2014/01/18 05:30:07 vapier Exp $
# Keep the EAPI low here because everything else depends on it.
# We want to make upgrading simpler.
@@ -11,7 +11,7 @@ if [[ ${PV} == "99999999" ]] ; then
else
SRC_URI="mirror://gentoo/${P}.tar.bz2
http://dev.gentoo.org/~floppym/dist/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
fi
DESCRIPTION="Eselect module for management of multiple Python versions"
diff --git a/app-admin/eselect-python/eselect-python-99999999.ebuild b/app-admin/eselect-python/eselect-python-99999999.ebuild
index b6c890d96bf1..ee02f9701e2b 100644
--- a/app-admin/eselect-python/eselect-python-99999999.ebuild
+++ b/app-admin/eselect-python/eselect-python-99999999.ebuild
@@ -1,6 +1,6 @@
-# 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-admin/eselect-python/eselect-python-99999999.ebuild,v 1.10 2013/12/10 17:45:14 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild,v 1.11 2014/01/18 05:30:07 vapier Exp $
# Keep the EAPI low here because everything else depends on it.
# We want to make upgrading simpler.
@@ -11,7 +11,7 @@ if [[ ${PV} == "99999999" ]] ; then
else
SRC_URI="mirror://gentoo/${P}.tar.bz2
http://dev.gentoo.org/~floppym/dist/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
fi
DESCRIPTION="Eselect module for management of multiple Python versions"