summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/cpipe')
-rw-r--r--app-misc/cpipe/cpipe-3.0.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/cpipe/cpipe-3.0.3.ebuild b/app-misc/cpipe/cpipe-3.0.3.ebuild
index 6c512482572b..ff2b6594a3f6 100644
--- a/app-misc/cpipe/cpipe-3.0.3.ebuild
+++ b/app-misc/cpipe/cpipe-3.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-src_prepare() {
+src_prepare() {
default
sed -i \
@@ -26,7 +26,7 @@ src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}
-src_install() {
+src_install() {
dobin "${PN}"
doman "${PN}.1"
}