commit: 1c05508f245235130025fab5e80a3f626fc34140 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Thu Jul 7 21:34:46 2016 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Jul 7 21:37:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c05508f
app-arch/unzip: allow user patches Package-Manager: portage-2.3.0 app-arch/unzip/unzip-6.0_p20.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-arch/unzip/unzip-6.0_p20.ebuild b/app-arch/unzip/unzip-6.0_p20.ebuild index 73dd263..85f626a 100644 --- a/app-arch/unzip/unzip-6.0_p20.ebuild +++ b/app-arch/unzip/unzip-6.0_p20.ebuild @@ -54,6 +54,8 @@ src_prepare() { # Delete bundled code to make sure we don't use it. rm -r bzip2 || die + + epatch_user } src_configure() {