projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e4c8e5
)
app-misc/ddate: [QA] Add cmake-utils_src_prepare
author
David Seifert
<soap@gentoo.org>
Sun, 15 Oct 2017 22:55:34 +0000
(15:55 -0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/app-misc/ddate/ddate-0.2.1.ebuild
b/app-misc/ddate/ddate-0.2.1.ebuild
index 15f0af09a9fe19fd42069dc385dc108bd66751f8..843415bf7103cf1071beda92b088013b40a354a4 100644
(file)
--- a/
app-misc/ddate/ddate-0.2.1.ebuild
+++ b/
app-misc/ddate/ddate-0.2.1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
3
Gentoo Foundation
+# Copyright 1999-201
7
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
}