sci-libs/itpp: [QA] Add cmake-utils_src_prepare
authorDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 02:59:54 +0000 (19:59 -0700)
committerDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 02:59:54 +0000 (19:59 -0700)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

sci-libs/itpp/itpp-4.3.1-r1.ebuild

index dab233c0d4cdcbb8c3e7fbb4be5e1557333f8595..3abddec3041bfe3e23d22e804e8bb9066b3b8645 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
@@ -22,9 +22,11 @@ DEPEND="${RDEPEND}
        virtual/pkgconfig
        doc? ( app-doc/doxygen virtual/latex-base )"
 
-DOCS=(ChangeLog NEWS AUTHORS README)
+DOCS=( ChangeLog NEWS AUTHORS README )
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        # gentoo redefines the CMAKE_BUILD_TYPE
        sed -i \
                -e 's/CMAKE_BUILD_TYPE STREQUAL Release/NOT CMAKE_BUILD_TYPE STREQUAL Debug/' \