app-admin/calamares: Add missing cmake-utils_src_prepare call
authorJohannes Huber <johu@gentoo.org>
Thu, 29 Mar 2018 19:25:20 +0000 (21:25 +0200)
committerJohannes Huber <johu@gentoo.org>
Thu, 29 Mar 2018 19:25:58 +0000 (21:25 +0200)
Package-Manager: Portage-2.3.26, Repoman-2.3.7

app-admin/calamares/calamares-3.1.12-r1.ebuild

index 52dd0d46e51c2edab0861970b008854b4f1f20f0..261aa9e0169b2215dbb9e244c0f90fde5d33f011 100644 (file)
@@ -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() {