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 8D613138334 for ; Thu, 14 Jun 2018 13:11:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CC72E097B; Thu, 14 Jun 2018 13:11:39 +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 4B375E097B for ; Thu, 14 Jun 2018 13:11:39 +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 DE968335C80 for ; Thu, 14 Jun 2018 13:11:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 542102D5 for ; Thu, 14 Jun 2018 13:11:35 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1528980824.11abcadfd08e1247727af5e12c89ec60521d5ac1.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libarcus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libarcus/libarcus-3.3.0.ebuild X-VCS-Directories: dev-libs/libarcus/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 11abcadfd08e1247727af5e12c89ec60521d5ac1 X-VCS-Branch: master Date: Thu, 14 Jun 2018 13:11:35 +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-Archives-Salt: 0c687f8a-82e8-443e-be86-bb0eb186a03e X-Archives-Hash: 6a4815a098ecd7bb66afed4b81d6f00f commit: 11abcadfd08e1247727af5e12c89ec60521d5ac1 Author: Alexey Shvetsov omrb pnpi spb ru> AuthorDate: Thu Jun 14 12:53:44 2018 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jun 14 12:53:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11abcadf dev-libs/libarcus: Set minimal python version to 3.5 Closes: https://bugs.gentoo.org/630620 Closes: https://github.com/gentoo/gentoo/pull/8258 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/libarcus/libarcus-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libarcus/libarcus-3.3.0.ebuild b/dev-libs/libarcus/libarcus-3.3.0.ebuild index 93172e0b641..d0e49ef66b9 100644 --- a/dev-libs/libarcus/libarcus-3.3.0.ebuild +++ b/dev-libs/libarcus/libarcus-3.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit cmake-utils python-single-r1