commit:     efb9d5095602ebc2ba7f9a9b58e43459896ea98d
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 22:16:49 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 22:17:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb9d509

dev-db/postgresql: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-db/postgresql/postgresql-9.5.5.ebuild    | 2 +-
 dev-db/postgresql/postgresql-9.5.6.ebuild    | 2 +-
 dev-db/postgresql/postgresql-9.6.1-r1.ebuild | 4 ++--
 dev-db/postgresql/postgresql-9.6.2.ebuild    | 2 +-
 dev-db/postgresql/postgresql-9999.ebuild     | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-db/postgresql/postgresql-9.5.5.ebuild 
b/dev-db/postgresql/postgresql-9.5.5.ebuild
index ec46d7c158f..b352149ac96 100644
--- a/dev-db/postgresql/postgresql-9.5.5.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
                systemd user versionator

diff --git a/dev-db/postgresql/postgresql-9.5.6.ebuild 
b/dev-db/postgresql/postgresql-9.5.6.ebuild
index 7b8d33888ac..8e8412b1fc7 100644
--- a/dev-db/postgresql/postgresql-9.5.6.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
                systemd user versionator

diff --git a/dev-db/postgresql/postgresql-9.6.1-r1.ebuild 
b/dev-db/postgresql/postgresql-9.6.1-r1.ebuild
index 54818a98b11..0c0ba8278ad 100644
--- a/dev-db/postgresql/postgresql-9.6.1-r1.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
                systemd user versionator

diff --git a/dev-db/postgresql/postgresql-9.6.2.ebuild 
b/dev-db/postgresql/postgresql-9.6.2.ebuild
index 9054a1f5d78..0c0ba8278ad 100644
--- a/dev-db/postgresql/postgresql-9.6.2.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
                systemd user versionator

diff --git a/dev-db/postgresql/postgresql-9999.ebuild 
b/dev-db/postgresql/postgresql-9999.ebuild
index 0c9666d09bc..b1d33768336 100644
--- a/dev-db/postgresql/postgresql-9999.ebuild
+++ b/dev-db/postgresql/postgresql-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit eutils flag-o-matic git-2 linux-info multilib pam prefix \
                python-single-r1 systemd user versionator

Reply via email to