summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/poster/poster-20060221.ebuild')
-rw-r--r--net-print/poster/poster-20060221.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/poster/poster-20060221.ebuild b/net-print/poster/poster-20060221.ebuild
index 942eeb94a92a..34c1a6bc4d55 100644
--- a/net-print/poster/poster-20060221.ebuild
+++ b/net-print/poster/poster-20060221.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
-src_compile(){
+src_compile() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die
}