commit:     272ae12ff1190f2539346c26ce4d0f9463620bb6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 10:16:28 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 10:17:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272ae12f

net-fs/wdfs: Bump to EAPI 7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-fs/wdfs/wdfs-1.4.2-r2.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/net-fs/wdfs/wdfs-1.4.2-r2.ebuild b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild
index 9a982c40b49..60e8d6219fb 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"
+)

Reply via email to