diff options
author | Johannes Huber <johu@gentoo.org> | 2018-03-29 21:23:14 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-03-29 21:23:14 +0200 |
commit | 095e85e4982449c44bd3c0f7f81c5ccbbbf5693f (patch) | |
tree | 4ec3cbdd5c40cfde08365eb9fb48db50674550f7 | |
parent | app-admin/calamares: Use subslot on yaml-cpp (diff) | |
download | johu-095e85e4982449c44bd3c0f7f81c5ccbbbf5693f.tar.gz johu-095e85e4982449c44bd3c0f7f81c5ccbbbf5693f.tar.bz2 johu-095e85e4982449c44bd3c0f7f81c5ccbbbf5693f.zip |
app-admin/calamares: Add missing cmake-utils_src_prepare call
Package-Manager: Portage-2.3.26, Repoman-2.3.7
-rw-r--r-- | app-admin/calamares/calamares-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/calamares/calamares-9999.ebuild b/app-admin/calamares/calamares-9999.ebuild index 52dd0d4..261aa9e 100644 --- a/app-admin/calamares/calamares-9999.ebuild +++ b/app-admin/calamares/calamares-9999.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() { |