commit: 5a54c6ea43761e5dc1737fb3a93b8f474087769e
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 08:43:29 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 08:43:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a54c6ea
sys-process/anacron: Fixed incomplete EAPI-6 conversion (bug #602416).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-process/anacron/anacron-2.3-r4.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-process/anacron/anacron-2.3-r4.ebuild
b/sys-process/anacron/anacron-2.3-r4.ebuild
index 8814627..51bcbaf 100644
--- a/sys-process/anacron/anacron-2.3-r4.ebuild
+++ b/sys-process/anacron/anacron-2.3-r4.ebuild
@@ -27,6 +27,8 @@ PATCHES=(
)
src_prepare() {
+ default
+
sed -i \
-e '/^CFLAGS/{s:=:+=:;s:-O2::}' \
Makefile || die