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 D94D5138350 for ; Mon, 10 Feb 2020 21:00:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F2E7E097C; Mon, 10 Feb 2020 21:00:27 +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 46C71E097C for ; Mon, 10 Feb 2020 21:00:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 247D034E9ED for ; Mon, 10 Feb 2020 21:00:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B216138 for ; Mon, 10 Feb 2020 21:00:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581368404.6abb9f0cc355f017f5bff01d5f93316c58ffd190.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/stfl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/stfl/stfl-0.24.ebuild X-VCS-Directories: dev-libs/stfl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6abb9f0cc355f017f5bff01d5f93316c58ffd190 X-VCS-Branch: master Date: Mon, 10 Feb 2020 21:00:19 +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: ddf8a7a1-2071-4c99-8da0-c25c7232d906 X-Archives-Hash: 8cbe99927cf2efcfb35564462da8e898 commit: 6abb9f0cc355f017f5bff01d5f93316c58ffd190 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 20:46:59 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 21:00:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abb9f0c dev-libs/stfl: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-libs/stfl/stfl-0.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/stfl/stfl-0.24.ebuild b/dev-libs/stfl/stfl-0.24.ebuild index df27aa0aff9..66d866317e5 100644 --- a/dev-libs/stfl/stfl-0.24.ebuild +++ b/dev-libs/stfl/stfl-0.24.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) GENTOO_DEPEND_ON_PERL=no inherit eutils multilib perl-module python-r1 toolchain-funcs