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 85961138334 for ; Mon, 2 Dec 2019 14:24:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EA67E0845; Mon, 2 Dec 2019 14:24:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CE35FE0845 for ; Mon, 2 Dec 2019 14:24:13 +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 92E4734D6BC for ; Mon, 2 Dec 2019 14:24:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 953998C6 for ; Mon, 2 Dec 2019 14:24:10 +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: <1575296628.91496c2546b8270fa7c6bc84d6d9408ecb8cf24a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcap-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild X-VCS-Directories: sys-libs/libcap-ng/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 91496c2546b8270fa7c6bc84d6d9408ecb8cf24a X-VCS-Branch: master Date: Mon, 2 Dec 2019 14:24:10 +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: 7c5fc301-33d5-4c92-ad48-d8cba531350c X-Archives-Hash: e246a956f4bc02ef70960460417d6086 commit: 91496c2546b8270fa7c6bc84d6d9408ecb8cf24a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 30 15:14:43 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 2 14:23:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91496c25 sys-libs/libcap-ng: python3_8 Closes: https://bugs.gentoo.org/701570 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild b/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild index e73f7cf226b..4bfeb7b05ef 100644 --- a/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild +++ b/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} ) inherit autotools flag-o-matic python-r1