From 272ae12ff1190f2539346c26ce4d0f9463620bb6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 18 Dec 2020 11:16:28 +0100 Subject: net-fs/wdfs: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-fs/wdfs/wdfs-1.4.2-r2.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'net-fs/wdfs') diff --git a/net-fs/wdfs/wdfs-1.4.2-r2.ebuild b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild index 9a982c40b49f..60e8d6219fb5 100644 --- a/net-fs/wdfs/wdfs-1.4.2-r2.ebuild +++ b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" - -inherit eutils +EAPI=7 DESCRIPTION="WebDAV filesystem with special features for accessing subversion repositories" HOMEPAGE="http://noedler.de/projekte/wdfs/" @@ -19,6 +17,6 @@ RDEPEND=">=net-libs/neon-0.24.7 dev-libs/glib:2" DEPEND="${RDEPEND}" -src_prepare() { - epatch "${FILESDIR}/${P}-fix-Waddress.patch" -} +PATCHES=( + "${FILESDIR}/${P}-fix-Waddress.patch" +) -- cgit v1.2.3-65-gdbad