commit: 0d3639692039200fb2ec90429be229a7bf6bd362 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 16 10:13:03 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Apr 16 10:13:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d363969
net-ftp/ftp: explicitly inherit epatch Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: David Seifert <soap <AT> gentoo.org> net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild index 00e51fb882e..fce7464edfd 100644 --- a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild +++ b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit eutils toolchain-funcs flag-o-matic versionator +inherit epatch toolchain-funcs flag-o-matic versionator PATCH_VER="2" MY_PN="netkit-ftp"
