diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-18 11:16:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-18 11:17:04 +0100 |
commit | 272ae12ff1190f2539346c26ce4d0f9463620bb6 (patch) | |
tree | a78277ed536512f04bb2a87f524de2d03a70d448 /net-fs | |
parent | net-fs/wdfs: Add missing slot on sys-fs/fuse dep (diff) | |
download | gentoo-272ae12ff1190f2539346c26ce4d0f9463620bb6.tar.gz gentoo-272ae12ff1190f2539346c26ce4d0f9463620bb6.tar.bz2 gentoo-272ae12ff1190f2539346c26ce4d0f9463620bb6.zip |
net-fs/wdfs: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/wdfs/wdfs-1.4.2-r2.ebuild | 12 |
1 files 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 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" +) |