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 C356E1395E2 for ; Mon, 7 Nov 2016 19:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 616CEE0B26; Mon, 7 Nov 2016 19:17:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F267E0B26 for ; Mon, 7 Nov 2016 19:17:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBC89341149 for ; Mon, 7 Nov 2016 19:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFB467D2 for ; Mon, 7 Nov 2016 19:17:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1478546228.8fd1c4d3a52cbc602ecb521ec9c0895f1e2a0d37.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/hugin/hugin-9999.ebuild X-VCS-Directories: media-gfx/hugin/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8fd1c4d3a52cbc602ecb521ec9c0895f1e2a0d37 X-VCS-Branch: master Date: Mon, 7 Nov 2016 19:17:32 +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: cdd14d45-5175-43b6-ac11-6dc9ac0978bd X-Archives-Hash: b39c9c7862ec5102e0bc245723e8b75b commit: 8fd1c4d3a52cbc602ecb521ec9c0895f1e2a0d37 Author: David Seifert gentoo org> AuthorDate: Mon Nov 7 19:16:46 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Nov 7 19:17:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd1c4d3 media-gfx/hugin: Let eclass delete superfluous modules Gentoo-bug: 599108 Package-Manager: portage-2.3.2 media-gfx/hugin/hugin-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild index d40c3e7..43f9679 100644 --- a/media-gfx/hugin/hugin-9999.ebuild +++ b/media-gfx/hugin/hugin-9999.ebuild @@ -62,11 +62,6 @@ pkg_setup() { use python && python-single-r1_pkg_setup } -src_prepare() { - cmake-utils_src_prepare - rm CMakeModules/{FindLAPACK,FindPkgConfig}.cmake || die -} - src_configure() { local mycmakeargs=( -DBUILD_HSI=$(usex python)