diff options
Diffstat (limited to 'www-client/httrack')
-rw-r--r-- | www-client/httrack/httrack-3.49.1.ebuild | 9 | ||||
-rw-r--r-- | www-client/httrack/httrack-3.49.2-r1.ebuild | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/www-client/httrack/httrack-3.49.1.ebuild b/www-client/httrack/httrack-3.49.1.ebuild index 4018cd13894d..e4b6f51a159c 100644 --- a/www-client/httrack/httrack-3.49.1.ebuild +++ b/www-client/httrack/httrack-3.49.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -22,10 +22,9 @@ DEPEND="${RDEPEND}" DOCS=( AUTHORS README greetings.txt history.txt ) -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.48.13-minizip.patch - eapply_user -} +PATCHES=( + "${FILESDIR}"/${PN}-3.48.13-minizip.patch +) src_configure() { econf $(use_enable static-libs static) \ diff --git a/www-client/httrack/httrack-3.49.2-r1.ebuild b/www-client/httrack/httrack-3.49.2-r1.ebuild index c3d92855583d..746cc70c8f25 100644 --- a/www-client/httrack/httrack-3.49.2-r1.ebuild +++ b/www-client/httrack/httrack-3.49.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -22,10 +22,9 @@ DEPEND="${RDEPEND}" DOCS=( AUTHORS README greetings.txt history.txt ) -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.48.13-minizip.patch - eapply_user -} +PATCHES=( + "${FILESDIR}"/${PN}-3.48.13-minizip.patch +) src_configure() { econf $(use_enable static-libs static) \ |