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 3A3A41382C5 for ; Thu, 29 Mar 2018 19:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52171E095A; Thu, 29 Mar 2018 19:26:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2CEACE095A for ; Thu, 29 Mar 2018 19:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 262DE335D30 for ; Thu, 29 Mar 2018 19:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04DCB260 for ; Thu, 29 Mar 2018 19:26:44 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1522351558.dad354885303fbc1394d7ef78cdf7365ef76e2df.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/calamares/calamares-3.1.12-r1.ebuild X-VCS-Directories: app-admin/calamares/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: dad354885303fbc1394d7ef78cdf7365ef76e2df X-VCS-Branch: master Date: Thu, 29 Mar 2018 19:26:44 +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: c7be41ee-ffee-4207-9972-26001ae624f4 X-Archives-Hash: b6a39b78a46f4b941e14f73a372d150c commit: dad354885303fbc1394d7ef78cdf7365ef76e2df Author: Johannes Huber gentoo org> AuthorDate: Thu Mar 29 19:25:20 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Mar 29 19:25:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad35488 app-admin/calamares: Add missing cmake-utils_src_prepare call Package-Manager: Portage-2.3.26, Repoman-2.3.7 app-admin/calamares/calamares-3.1.12-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-admin/calamares/calamares-3.1.12-r1.ebuild b/app-admin/calamares/calamares-3.1.12-r1.ebuild index 52dd0d46e51..261aa9e0169 100644 --- a/app-admin/calamares/calamares-3.1.12-r1.ebuild +++ b/app-admin/calamares/calamares-3.1.12-r1.ebuild @@ -54,13 +54,12 @@ RDEPEND="${DEPEND} " src_prepare() { + cmake-utils_src_prepare python_setup export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \ PYTHON_INCLUDE_PATH="$(python_get_library_path)"\ PYTHON_CFLAGS="$(python_get_CFLAGS)"\ PYTHON_LIBS="$(python_get_LIBS)" - - eapply_user } src_configure() {