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 8BC8B138334 for ; Thu, 17 Oct 2019 18:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E26FFE083D; Thu, 17 Oct 2019 18:10:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CDEC9E083D for ; Thu, 17 Oct 2019 18:10:22 +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 9A83134BF8F for ; Thu, 17 Oct 2019 18:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 225E788C for ; Thu, 17 Oct 2019 18:10:13 +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: <1571335759.e62108f998dc9e368f4e78849714b1f25782aab8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-python/parse_cmake/ X-VCS-Repository: proj/kde X-VCS-Files: dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild X-VCS-Directories: dev-python/parse_cmake/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e62108f998dc9e368f4e78849714b1f25782aab8 X-VCS-Branch: master Date: Thu, 17 Oct 2019 18:10:13 +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: c7e113da-9b28-48e7-b3b6-c07b2f131ab8 X-Archives-Hash: 21a146b1dd4829e04aa4e49c19f24320 commit: e62108f998dc9e368f4e78849714b1f25782aab8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 17 18:09:19 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 17 18:09:19 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e62108f9 dev-python/parse_cmake: Drop python2_7 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild index cc2187f798..7fae7b3fb9 100644 --- a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild +++ b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Parser for CMakeLists.txt files"