public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/, app-portage/eclean-kernel/, app-portage/gentoopm/, ...
Date: Wed,  2 Nov 2011 17:41:44 +0000 (UTC)	[thread overview]
Message-ID: <b489c32f4dc4b6f9af805dd280c32058ae7e9746.mgorny@gentoo> (raw)

commit:     b489c32f4dc4b6f9af805dd280c32058ae7e9746
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 17:41:31 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 17:41:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=b489c32f

Globally restrict Python 3.1.

That version is no longer supported upstream, and the distutils fixes
won't hit it.

---
 app-portage/diffmask/diffmask-9999.ebuild          |    2 +-
 .../eclean-kernel/eclean-kernel-9999.ebuild        |    2 +-
 app-portage/flaggie/flaggie-9999.ebuild            |    2 +-
 app-portage/gentoopm/gentoopm-0.1.9999.ebuild      |    2 +-
 app-portage/gentoopm/gentoopm-9999.ebuild          |    2 +-
 app-portage/install-mask/install-mask-9999.ebuild  |    2 +-
 .../smart-live-rebuild-9999.ebuild                 |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index f33a0aa..5d6d2ba 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND="*:2.6"
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.4 2.5"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
 
 inherit base distutils
 

diff --git a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
index df02841..969cf99 100644
--- a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
+++ b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND='*:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 
 inherit base distutils
 

diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
index 9a47940..dd77132 100644
--- a/app-portage/flaggie/flaggie-9999.ebuild
+++ b/app-portage/flaggie/flaggie-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND="*:2.6"
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.4 2.5"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
 
 inherit base bash-completion-r1 distutils
 

diff --git a/app-portage/gentoopm/gentoopm-0.1.9999.ebuild b/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
index d04e7bf..3a288dd 100644
--- a/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 PYTHON_DEPEND='*:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 DISTUTILS_SRC_TEST=setup.py
 
 inherit base distutils

diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index c1941bf..f3f424b 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 PYTHON_DEPEND='*:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 DISTUTILS_SRC_TEST=setup.py
 
 inherit base distutils

diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild
index 21288be..5e09fd8 100644
--- a/app-portage/install-mask/install-mask-9999.ebuild
+++ b/app-portage/install-mask/install-mask-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND='*:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 
 inherit base distutils
 

diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
index 81900ce..ada1e14 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 PYTHON_DEPEND='*:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 DISTUTILS_SRC_TEST=setup.py
 
 inherit base distutils



             reply	other threads:[~2011-11-02 17:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-02 17:41 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-11-02 17:41 [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/, app-portage/eclean-kernel/, app-portage/gentoopm/, Michał Górny
2011-11-15 18:50 Michał Górny
2011-11-15 18:56 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b489c32f4dc4b6f9af805dd280c32058ae7e9746.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox