diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-23 15:18:06 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-23 15:19:04 -0700 |
commit | 1fdd535b4a1161adb1eccf188aaa611ac8691240 (patch) | |
tree | 936f018ec9f23935b395d9c38f4fd36eb92325d4 /www-apps/cgit/cgit-9999.ebuild | |
parent | www-apps/cgit: Rename IUSE=jit to IUSE=luajit (diff) | |
download | gentoo-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/cgit-9999.ebuild')
-rw-r--r-- | www-apps/cgit/cgit-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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() { |