dev-ros/shape_tools: [QA] Add cmake-utils_src_prepare
authorDavid Seifert <soap@gentoo.org>
Sun, 15 Oct 2017 23:34:32 +0000 (16:34 -0700)
committerDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 00:06:47 +0000 (17:06 -0700)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

dev-ros/shape_tools/shape_tools-0.2.1.ebuild
dev-ros/shape_tools/shape_tools-9999.ebuild

index a01d63a6d976e808ba5963530263d30dc11553b8..be5d89f8bd967063c24619bb60e63b7ed79996d5 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
@@ -21,6 +21,8 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \
                -i CMakeLists.txt \
                || die
index a01d63a6d976e808ba5963530263d30dc11553b8..be5d89f8bd967063c24619bb60e63b7ed79996d5 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
@@ -21,6 +21,8 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \
                -i CMakeLists.txt \
                || die