summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-03-29 21:25:20 +0200
committerJohannes Huber <johu@gentoo.org>2018-03-29 21:25:58 +0200
commitdad354885303fbc1394d7ef78cdf7365ef76e2df (patch)
treed4a8c02c96444f35351f914aa6cdc044590c9d29 /app-admin
parentsys-auth/bioapi: Remove old (diff)
downloadgentoo-dad354885303fbc1394d7ef78cdf7365ef76e2df.tar.gz
gentoo-dad354885303fbc1394d7ef78cdf7365ef76e2df.tar.bz2
gentoo-dad354885303fbc1394d7ef78cdf7365ef76e2df.zip
app-admin/calamares: Add missing cmake-utils_src_prepare call
Package-Manager: Portage-2.3.26, Repoman-2.3.7
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/calamares/calamares-3.1.12-r1.ebuild3
1 files changed, 1 insertions, 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 52dd0d46e51c..261aa9e0169b 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() {