commit:     3e98710246263543d31b34ce552fc85d8dd852c4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 13:42:54 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 18:01:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e987102

profiles: Remove python3_4 flags

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.force                             | 3 +--
 profiles/desc/python_single_target.desc                     | 3 +--
 profiles/desc/python_targets.desc                           | 3 +--
 profiles/features/prefix/standalone/kernel-2.6.16+/use.mask | 2 --
 profiles/prefix/windows/cygwin/use.mask                     | 3 +--
 5 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 834d98c7952..a4f67f42aa5 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Lars Wendler <polynomia...@gentoo.org> (20 Mar 2019)
@@ -76,7 +76,6 @@ app-shells/bash:0 readline
 # Force-enable all PYTHON_TARGETS for python-exec to avoid using private
 # API. Please remember to keep it in sync with python_targets.desc.
 dev-lang/python-exec python_targets_python2_7
-dev-lang/python-exec python_targets_python3_4
 dev-lang/python-exec python_targets_python3_5
 dev-lang/python-exec python_targets_python3_6
 dev-lang/python-exec python_targets_python3_7

diff --git a/profiles/desc/python_single_target.desc 
b/profiles/desc/python_single_target.desc
index 806875d947a..b6813fd288f 100644
--- a/profiles/desc/python_single_target.desc
+++ b/profiles/desc/python_single_target.desc
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation.
+# Copyright 1999-2019 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
 
 python2_7 - Build for Python 2.7 only
-python3_4 - Build for Python 3.4 only
 python3_5 - Build for Python 3.5 only
 python3_6 - Build for Python 3.6 only
 python3_7 - Build for Python 3.7 only

diff --git a/profiles/desc/python_targets.desc 
b/profiles/desc/python_targets.desc
index d338bba3b19..960c0f96e4d 100644
--- a/profiles/desc/python_targets.desc
+++ b/profiles/desc/python_targets.desc
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation.
+# Copyright 1999-2019 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
 
 python2_7 - Build with Python 2.7
-python3_4 - Build with Python 3.4
 python3_5 - Build with Python 3.5
 python3_6 - Build with Python 3.6
 python3_7 - Build with Python 3.7

diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask 
b/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask
index d465a4d7db1..b7f146f8d4a 100644
--- a/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask
+++ b/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask
@@ -1,5 +1,3 @@
 # >=python-3 is masked
 python_single_target_python3_5
-python_single_target_python3_4
 python_targets_python3_5
-python_targets_python3_4

diff --git a/profiles/prefix/windows/cygwin/use.mask 
b/profiles/prefix/windows/cygwin/use.mask
index a443b8e0a5e..392ef405f2e 100644
--- a/profiles/prefix/windows/cygwin/use.mask
+++ b/profiles/prefix/windows/cygwin/use.mask
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Re-add Cygwin's libc
 -elibc_Cygwin
 
 # we do have only python-3.6 ready on cygwin
-python_targets_python3_4
 python_targets_python3_5
 python_targets_python3_7

Reply via email to