commit:     61bd7aa8e6f4122842661f435452304cd19d0ce7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 23:34:32 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 00:06:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bd7aa8

dev-ros/shape_tools: [QA] Add cmake-utils_src_prepare

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ros/shape_tools/shape_tools-0.2.1.ebuild | 4 +++-
 dev-ros/shape_tools/shape_tools-9999.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ros/shape_tools/shape_tools-0.2.1.ebuild 
b/dev-ros/shape_tools/shape_tools-0.2.1.ebuild
index a01d63a6d97..be5d89f8bd9 100644
--- a/dev-ros/shape_tools/shape_tools-0.2.1.ebuild
+++ b/dev-ros/shape_tools/shape_tools-0.2.1.ebuild
@@ -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

diff --git a/dev-ros/shape_tools/shape_tools-9999.ebuild 
b/dev-ros/shape_tools/shape_tools-9999.ebuild
index a01d63a6d97..be5d89f8bd9 100644
--- a/dev-ros/shape_tools/shape_tools-9999.ebuild
+++ b/dev-ros/shape_tools/shape_tools-9999.ebuild
@@ -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

Reply via email to