summaryrefslogtreecommitdiff
path: root/sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2020-02-21 10:44:52 +0100
committerMarcin Deranek <marcin.deranek@booking.com>2020-02-21 10:44:52 +0100
commitcc8493a2333f2756ed108c367bfe4ab2772ff8b5 (patch)
tree98c8ad8a68014e337d5a112dd08a6d01834e205c /sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild
parentfa3ff4607ed395332bf8d769a7fc195488c00b74 (diff)
downloadportage-cc8493a2333f2756ed108c367bfe4ab2772ff8b5.tar.gz
portage-cc8493a2333f2756ed108c367bfe4ab2772ff8b5.tar.bz2
portage-cc8493a2333f2756ed108c367bfe4ab2772ff8b5.zip
Swiched upstrem to get rid of patches
Diffstat (limited to 'sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild')
-rw-r--r--sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild b/sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild
index 46d1dcb..56f703a 100644
--- a/sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild
+++ b/sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit linux-mod git-r3
DESCRIPTION="Non-fuse kernel driver for exFat and VFat file systems"
HOMEPAGE="https://github.com/dorimanx/exfat-nofuse.git"
-EGIT_REPO_URI="https://github.com/dorimanx/exfat-nofuse.git"
+EGIT_REPO_URI="https://github.com/barrybingo/exfat-nofuse.git"
LICENSE="GPL-2+"
SLOT="0"
@@ -16,7 +16,7 @@ KEYWORDS=""
IUSE=""
RDEPEND="!sys-fs/fuse-exfat"
-DEPEND="${RDEPENDS}"
+DEPEND="${RDEPEND}"
MODULE_NAMES="exfat(kernel/fs:${S})"
BUILD_TARGETS="all"