app-misc/ddate: [QA] Add cmake-utils_src_prepare
authorDavid Seifert <soap@gentoo.org>
Sun, 15 Oct 2017 22:55:34 +0000 (15:55 -0700)
committerDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 00:05:23 +0000 (17:05 -0700)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

app-misc/ddate/ddate-0.2.1.ebuild

index 15f0af09a9fe19fd42069dc385dc108bd66751f8..843415bf7103cf1071beda92b088013b40a354a4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,6 +18,8 @@ RDEPEND="!<sys-apps/util-linux-2.20
 DEPEND="${RDEPEND}"
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        sed -i -e '/gzip/d' CMakeLists.txt || die
 }