commit: 4b2335ef0355e2c8107af544fd7a63f3fc83ca3e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb 3 04:36:50 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Feb 3 04:36:50 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b2335ef
sci-biology/phusion2: EAPI bump, add keywords
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/phusion2/phusion2-3.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-biology/phusion2/phusion2-3.0.ebuild
b/sci-biology/phusion2/phusion2-3.0.ebuild
index aa27fffde..2ea281d41 100644
--- a/sci-biology/phusion2/phusion2-3.0.ebuild
+++ b/sci-biology/phusion2/phusion2-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,6 +26,7 @@ RDEPEND="${DEPEND}
S="${WORKDIR}"
src_prepare(){
+ default
rm -f phusion2 *.o
sed -e 's/^CFLAGS =/# CFLAGS =/' -i Makefile || die
}