From: Matt Turner Date: Mon, 23 Mar 2020 22:18:06 +0000 (-0700) Subject: www-apps/cgit: Use epatch_user X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1fdd535b4a1161adb1eccf188aaa611ac8691240;p=gentoo.git www-apps/cgit: Use epatch_user Closes: https://bugs.gentoo.org/679700 Signed-off-by: Matt Turner --- 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() {