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 3CF111382C5 for ; Mon, 25 May 2020 21:04:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 569A2E0829; Mon, 25 May 2020 21:04:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 411E6E0829 for ; Mon, 25 May 2020 21:04:04 +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 C1F2334EE14 for ; Mon, 25 May 2020 21:04:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1043031 for ; Mon, 25 May 2020 21:04:01 +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: <1590440616.965ab8c938d512eb7d631b3880d3f182cf96f7fc.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-4.6.1.ebuild X-VCS-Directories: dev-libs/libarcus/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 965ab8c938d512eb7d631b3880d3f182cf96f7fc X-VCS-Branch: master Date: Mon, 25 May 2020 21:04:01 +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: 50f97149-090b-4951-88f5-2ffbbf072220 X-Archives-Hash: 78ff70ae3681062078f92fe41d501e8e commit: 965ab8c938d512eb7d631b3880d3f182cf96f7fc Author: Alexey Shvetsov gentoo org> AuthorDate: Mon May 25 20:59:23 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon May 25 21:03:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965ab8c9 dev-libs/libarcus: set +python by default Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexey Shvetsov gentoo.org> dev-libs/libarcus/libarcus-4.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libarcus/libarcus-4.6.1.ebuild b/dev-libs/libarcus/libarcus-4.6.1.ebuild index c27d629caf6..a1481fb098b 100644 --- a/dev-libs/libarcus/libarcus-4.6.1.ebuild +++ b/dev-libs/libarcus/libarcus-4.6.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-3" SLOT="0/3" KEYWORDS="~amd64 ~x86" -IUSE="examples python static-libs" +IUSE="examples +python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="${PYTHON_DEPS} @@ -38,7 +38,7 @@ src_prepare() { # Find SIP for current python version, not the latest installed sed -i "s/find_package(Python3 3.4 REQUIRED/find_package(Python3 ${EPYTHON##python} EXACT REQUIRED/g" \ - CMakeLists.txt || die + CMakeLists.txt || die sed -i "s/find_package(Python3 3.4 REQUIRED/find_package(Python3 ${EPYTHON##python} EXACT REQUIRED/g" \ cmake/FindSIP.cmake || die