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 3D091139360 for ; Thu, 5 Aug 2021 09:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81180E0986; Thu, 5 Aug 2021 09:46:44 +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 68EFEE0986 for ; Thu, 5 Aug 2021 09:46:44 +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 39F64342CF3 for ; Thu, 5 Aug 2021 09:46:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 996D685B for ; Thu, 5 Aug 2021 09:46:40 +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: <1628156737.825fabeb282a8f83ef2ba4a13994dcac149fc3a2.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: 825fabeb282a8f83ef2ba4a13994dcac149fc3a2 X-VCS-Branch: master Date: Thu, 5 Aug 2021 09:46:40 +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: 0684953d-0f7c-459f-8ab0-2072d014985d X-Archives-Hash: 833e95fa44a1d3d9809051b4d59c2871 commit: 825fabeb282a8f83ef2ba4a13994dcac149fc3a2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 5 09:42:12 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 5 09:45:37 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=825fabeb dev-python/parse_cmake: EAPI-8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 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 1d715ffa45..1fe5f4f3bf 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 @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1