diff options
author | Johannes Huber <johu@gentoo.org> | 2018-03-29 21:25:20 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-03-29 21:25:58 +0200 |
commit | dad354885303fbc1394d7ef78cdf7365ef76e2df (patch) | |
tree | d4a8c02c96444f35351f914aa6cdc044590c9d29 /app-admin/calamares | |
parent | sys-auth/bioapi: Remove old (diff) | |
download | gentoo-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/calamares')
-rw-r--r-- | app-admin/calamares/calamares-3.1.12-r1.ebuild | 3 |
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() { |