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 C07EE138334 for ; Sat, 14 Sep 2019 15:50:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAC7EE092D; Sat, 14 Sep 2019 15:50:39 +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 A2155E092D for ; Sat, 14 Sep 2019 15:50:39 +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 A4A1C34B189 for ; Sat, 14 Sep 2019 15:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB13D7F4 for ; Sat, 14 Sep 2019 15:50:34 +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: <1568475819.662e5fa8c4c85347225471c862ea2d6e4167f64e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kreport/kreport-9999.ebuild X-VCS-Directories: dev-libs/kreport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 662e5fa8c4c85347225471c862ea2d6e4167f64e X-VCS-Branch: master Date: Sat, 14 Sep 2019 15:50:34 +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: d97d5010-89ef-49b4-bded-b8ceebce0cef X-Archives-Hash: 927ee8b62f50606dd184a8d8a013c63a commit: 662e5fa8c4c85347225471c862ea2d6e4167f64e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 15:43:39 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 15:43:39 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=662e5fa8 dev-libs/kreport: Drop python2_7 support Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kreport/kreport-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild index 7e1fb552c7..246297b2bf 100644 --- a/dev-libs/kreport/kreport-9999.ebuild +++ b/dev-libs/kreport/kreport-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 KDE_QTHELP="true" KDE_TEST="true" -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) VIRTUALX_REQUIRED="test" inherit kde5 python-any-r1