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

sci-chemistry/tm-align/tm-align-20140601.ebuild
sci-chemistry/tm-align/tm-align-20150914.ebuild

index 9159714e0193e6f7f2973474624135dd1a0c2839..a0010e5ebfcb1b0f8b796f46479af097b9016e09 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,6 +17,8 @@ IUSE="static custom-cflags"
 S="${WORKDIR}"
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        cp "${FILESDIR}"/CMakeLists.txt . || die
        use static && append-fflags -static && append-ldflags -static
        # recommended by upstream
index 4d36b45a8cadf0cc90b09f6839eac6d6bc028679..6732f611eaadfe3362c35711c8e5c756962f1155 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,6 +17,8 @@ IUSE="static custom-cflags"
 S="${WORKDIR}"
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        cp "${FILESDIR}"/CMakeLists.txt . || die
        use static && append-fflags -static && append-ldflags -static
        # recommended by upstream