summaryrefslogtreecommitdiff
path: root/app-misc/birthday/birthday-1.6.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/birthday/birthday-1.6.2-r1.ebuild')
-rw-r--r--app-misc/birthday/birthday-1.6.2-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-misc/birthday/birthday-1.6.2-r1.ebuild b/app-misc/birthday/birthday-1.6.2-r1.ebuild
index 94556795d5e8..aa9483800099 100644
--- a/app-misc/birthday/birthday-1.6.2-r1.ebuild
+++ b/app-misc/birthday/birthday-1.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,10 +16,12 @@ KEYWORDS="amd64 ppc ppc64 sparc x86"
src_prepare() {
# Don't strip, install in correct share dir and respect CFLAGS
sed \
- -e "s:install -s:install:g" -e "s:#SHARE:SHARE:g" -e "s:-O2:${CFLAGS}:g" \
+ -e "s@install -s@install@g" \
+ -e "s@#SHARE@SHARE@g" \
+ -e "s@-O2@${CFLAGS}@g" \
-i Makefile || die
sed \
- -e 's:grep -v:grep --binary-files=text -v:g' \
+ -e 's@grep -v@grep --binary-files=text -v@g' \
-i runtest.sh || die
default