* [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/, dev-python/pymountboot/, app-admin/eclean-kernel/, ...
@ 2012-05-20 15:52 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2012-05-20 15:52 UTC (permalink / raw
To: gentoo-commits
commit: 4cc848dc0b4289c156f0d8a7b9183443176f72f7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 15:44:36 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 20 15:44:36 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=4cc848dc
Re-enable Python 3.2.
---
app-admin/eclean-kernel/eclean-kernel-9999.ebuild | 2 +-
app-portage/diffmask/diffmask-9999.ebuild | 2 +-
app-portage/flaggie/flaggie-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 +-
dev-python/pymountboot/pymountboot-9999.ebuild | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
index 203562a..1a3d484 100644
--- a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
+++ b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7'
+PYTHON_COMPAT='python2_6 python2_7 python3_2'
inherit base python-distutils-ng
#if LIVE
diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index ca74c1c..d724d07 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7'
+PYTHON_COMPAT='python2_6 python2_7 python3_2'
inherit base python-distutils-ng
diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
index 1c3bc22..df73bd5 100644
--- a/app-portage/flaggie/flaggie-9999.ebuild
+++ b/app-portage/flaggie/flaggie-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7'
+PYTHON_COMPAT='python2_6 python2_7 python3_2'
inherit base bash-completion-r1 python-distutils-ng
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 5198c74..e26e9b4 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7'
+PYTHON_COMPAT='python2_6 python2_7 python3_2'
inherit base python-distutils-ng
diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild
index b176470..c3c8235 100644
--- a/app-portage/install-mask/install-mask-9999.ebuild
+++ b/app-portage/install-mask/install-mask-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7'
+PYTHON_COMPAT='python2_6 python2_7 python3_2'
inherit base python-distutils-ng
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 94e35c2..66231d3 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7'
+PYTHON_COMPAT='python2_6 python2_7 python3_2'
inherit base python-distutils-ng
diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild
index 31194ba..52a0b35 100644
--- a/dev-python/pymountboot/pymountboot-9999.ebuild
+++ b/dev-python/pymountboot/pymountboot-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7'
+PYTHON_COMPAT='python2_6 python2_7 python3_2'
inherit base python-distutils-ng
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/, dev-python/pymountboot/, app-admin/eclean-kernel/, ...
@ 2012-05-26 10:03 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2012-05-26 10:03 UTC (permalink / raw
To: gentoo-commits
commit: cbdce06c5df011cca4aa477e8de527c6965cfee6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 10:01:54 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 26 10:02:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=cbdce06c
Enable Python 3.1 as well.
---
app-admin/eclean-kernel/eclean-kernel-9999.ebuild | 2 +-
app-portage/diffmask/diffmask-9999.ebuild | 2 +-
app-portage/flaggie/flaggie-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 +-
dev-python/pymountboot/pymountboot-9999.ebuild | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
index 1a3d484..4da3b3b 100644
--- a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
+++ b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7 python3_2'
+PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
inherit base python-distutils-ng
#if LIVE
diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index d724d07..3ad4723 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7 python3_2'
+PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
inherit base python-distutils-ng
diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
index df73bd5..7ef7d9f 100644
--- a/app-portage/flaggie/flaggie-9999.ebuild
+++ b/app-portage/flaggie/flaggie-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7 python3_2'
+PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
inherit base bash-completion-r1 python-distutils-ng
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index e26e9b4..5775536 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7 python3_2'
+PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
inherit base python-distutils-ng
diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild
index c3c8235..9ef175d 100644
--- a/app-portage/install-mask/install-mask-9999.ebuild
+++ b/app-portage/install-mask/install-mask-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7 python3_2'
+PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
inherit base python-distutils-ng
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 66231d3..1937f69 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7 python3_2'
+PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
inherit base python-distutils-ng
diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild
index 52a0b35..5670f3d 100644
--- a/dev-python/pymountboot/pymountboot-9999.ebuild
+++ b/dev-python/pymountboot/pymountboot-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-PYTHON_COMPAT='python2_6 python2_7 python3_2'
+PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
inherit base python-distutils-ng
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-26 10:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-26 10:03 [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/, dev-python/pymountboot/, app-admin/eclean-kernel/, Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2012-05-20 15:52 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox