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 B11FE138334 for ; Sat, 27 Apr 2019 14:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E961E0878; Sat, 27 Apr 2019 14:46:08 +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 F3350E0875 for ; Sat, 27 Apr 2019 14:46:07 +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 E0C973429DD for ; Sat, 27 Apr 2019 14:46:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F058A5D9 for ; Sat, 27 Apr 2019 14:46: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: <1556376350.a6355b6e70ae07227e4356c73967fee1b6d58306.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/lokalize/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/lokalize/lokalize-19.04.0.ebuild X-VCS-Directories: kde-apps/lokalize/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a6355b6e70ae07227e4356c73967fee1b6d58306 X-VCS-Branch: master Date: Sat, 27 Apr 2019 14:46: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: 75ee7fc9-6cca-427a-b558-db589c3b0622 X-Archives-Hash: 71c5921b842041ef1880f4e9624fd299 commit: a6355b6e70ae07227e4356c73967fee1b6d58306 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 27 14:40:24 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 27 14:45:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6355b6e kde-apps/lokalize: python3_7, drop python2_7 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/lokalize/lokalize-19.04.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/lokalize/lokalize-19.04.0.ebuild b/kde-apps/lokalize/lokalize-19.04.0.ebuild index 1ad287eef37..faaadb032b9 100644 --- a/kde-apps/lokalize/lokalize-19.04.0.ebuild +++ b/kde-apps/lokalize/lokalize-19.04.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 KDE_HANDBOOK="forceoptional" -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit python-single-r1 kde5 DESCRIPTION="KDE Applications 5 translation tool"