commit: 6bfd00bb932470ea1abd795cea434e2c6729d4cb
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Sat Oct 12 01:40:28 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 21:55:05 2019 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6bfd00bb
dev-python/pyside: Drop unsupported python3_4 from PYTHON_COMPAT
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
dev-python/pyside/pyside-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyside/pyside-9999.ebuild
b/dev-python/pyside/pyside-9999.ebuild
index ba4b6d9c..da6cd3bb 100644
--- a/dev-python/pyside/pyside-9999.ebuild
+++ b/dev-python/pyside/pyside-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 2009-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit cmake-utils python-r1 virtualx git-r3