sci-libs/scalapack: [QA] Add cmake-utils_src_prepare
authorDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 03:06:32 +0000 (20:06 -0700)
committerDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 03:06:32 +0000 (20:06 -0700)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

sci-libs/scalapack/scalapack-2.0.2.ebuild

index fadcb6568bd57c7751b4ccbbbb8f8c36413e94e0..68ade1f4a1ba3abc5a690015e8d54e6dfb320a32 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,6 +21,8 @@ DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        use static-libs && mkdir "${WORKDIR}/${PN}_static"
        # mpi does not have a pc file
        sed -i -e 's/mpi//' scalapack.pc.in || die