summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-10-15 15:40:45 -0700
committerDavid Seifert <soap@gentoo.org>2017-10-15 17:04:40 -0700
commite8ab0d8264e14b3b59c1e21e3f2c65974413c617 (patch)
tree986bc8a8c7ec413b39bf8ad92bde7d503c7a61b5 /app-admin/clog
parentdev-perl/CDDB: EAPI6 / Testing overhaul (diff)
downloadgentoo-e8ab0d8264e14b3b59c1e21e3f2c65974413c617.tar.gz
gentoo-e8ab0d8264e14b3b59c1e21e3f2c65974413c617.tar.bz2
gentoo-e8ab0d8264e14b3b59c1e21e3f2c65974413c617.zip
app-admin/clog: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'app-admin/clog')
-rw-r--r--app-admin/clog/clog-1.1.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/clog/clog-1.1.0.ebuild b/app-admin/clog/clog-1.1.0.ebuild
index 656fa519199d..122220c49a65 100644
--- a/app-admin/clog/clog-1.1.0.ebuild
+++ b/app-admin/clog/clog-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,6 +20,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos"
src_prepare() {
+ cmake-utils_src_prepare
+
# Use the correct directory locations
sed -i -e "s:/usr/local/share/doc/clog/rc:${EPREFIX}/usr/share/clog/rc:" \
doc/man/clog.1.in || die