commit: 1fdd535b4a1161adb1eccf188aaa611ac8691240 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Mar 23 22:18:06 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Mar 23 22:19:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fdd535b
www-apps/cgit: Use epatch_user Closes: https://bugs.gentoo.org/679700 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> www-apps/cgit/cgit-1.2.3.ebuild | 2 ++ www-apps/cgit/cgit-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/www-apps/cgit/cgit-1.2.3.ebuild b/www-apps/cgit/cgit-1.2.3.ebuild index 36c2fa840d5..1d99de053e8 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 b7fe22f1c8b..8873c350890 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() {
