commit: 8fd1c4d3a52cbc602ecb521ec9c0895f1e2a0d37
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 7 19:16:46 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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)