summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-23 15:18:06 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-23 15:19:04 -0700
commit1fdd535b4a1161adb1eccf188aaa611ac8691240 (patch)
tree936f018ec9f23935b395d9c38f4fd36eb92325d4 /www-apps/cgit
parentwww-apps/cgit: Rename IUSE=jit to IUSE=luajit (diff)
downloadgentoo-1fdd535b4a1161adb1eccf188aaa611ac8691240.tar.gz
gentoo-1fdd535b4a1161adb1eccf188aaa611ac8691240.tar.bz2
gentoo-1fdd535b4a1161adb1eccf188aaa611ac8691240.zip
www-apps/cgit: Use epatch_user
Closes: https://bugs.gentoo.org/679700 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'www-apps/cgit')
-rw-r--r--www-apps/cgit/cgit-1.2.3.ebuild2
-rw-r--r--www-apps/cgit/cgit-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/www-apps/cgit/cgit-1.2.3.ebuild b/www-apps/cgit/cgit-1.2.3.ebuild
index 36c2fa840d52..1d99de053e89 100644
--- a/www-apps/cgit/cgit-1.2.3.ebuild
+++ b/www-apps/cgit/cgit-1.2.3.ebuild
@@ -65,6 +65,8 @@ src_prepare() {
else
echo "NO_LUA = 1" >> cgit.conf
fi
+
+ epatch_user
}
src_compile() {
diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild
index b7fe22f1c8b0..8873c3508900 100644
--- a/www-apps/cgit/cgit-9999.ebuild
+++ b/www-apps/cgit/cgit-9999.ebuild
@@ -59,6 +59,8 @@ src_prepare() {
else
echo "NO_LUA = 1" >> cgit.conf
fi
+
+ epatch_user
}
src_compile() {