summaryrefslogtreecommitdiff
path: root/sys-fs/exfat-nofuse/exfat-nofuse-9999.ebuild
diff options
context:
space:
mode:
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"