From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B755138334 for ; Sun, 13 Oct 2019 21:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80F6BE082D; Sun, 13 Oct 2019 21:56:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67D41E082D for ; Sun, 13 Oct 2019 21:56:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63F4E34BCBE for ; Sun, 13 Oct 2019 21:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F76C7F5 for ; Sun, 13 Oct 2019 21:56:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1571003705.6bfd00bb932470ea1abd795cea434e2c6729d4cb.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/pyside/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/pyside/pyside-9999.ebuild X-VCS-Directories: dev-python/pyside/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6bfd00bb932470ea1abd795cea434e2c6729d4cb X-VCS-Branch: master Date: Sun, 13 Oct 2019 21:56:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29a2cb77-ca00-4af5-bb3b-22ca5462628b X-Archives-Hash: 22a095f1a3a02db617665b18317f3f1c commit: 6bfd00bb932470ea1abd795cea434e2c6729d4cb Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sat Oct 12 01:40:28 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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