diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:55:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:35 +0100 |
commit | a43a37648f938f1be0207f409b829c0d0d5a05ba (patch) | |
tree | e00326bf0db2db4f063a0747edc34637cd105eb8 /net-misc/zsync | |
parent | net-misc/zssh: eutils->epatch (diff) | |
download | gentoo-a43a37648f938f1be0207f409b829c0d0d5a05ba.tar.gz gentoo-a43a37648f938f1be0207f409b829c0d0d5a05ba.tar.bz2 gentoo-a43a37648f938f1be0207f409b829c0d0d5a05ba.zip |
net-misc/zsync: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/zsync')
-rw-r--r-- | net-misc/zsync/zsync-0.6.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/zsync/zsync-0.6.2-r1.ebuild b/net-misc/zsync/zsync-0.6.2-r1.ebuild index 45f3f2729a6e..70575e7f4895 100644 --- a/net-misc/zsync/zsync-0.6.2-r1.ebuild +++ b/net-misc/zsync/zsync-0.6.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch ZLIB_PV=1.2.3 ZLIB_P="zlib-${ZLIB_PV}" |