summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/openafs/openafs-1.6.22.2.ebuild')
-rw-r--r--net-fs/openafs/openafs-1.6.22.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-fs/openafs/openafs-1.6.22.2.ebuild b/net-fs/openafs/openafs-1.6.22.2.ebuild
index 249ca428710e..d1b9080afba6 100644
--- a/net-fs/openafs/openafs-1.6.22.2.ebuild
+++ b/net-fs/openafs/openafs-1.6.22.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-inherit autotools eutils flag-o-matic multilib pam systemd toolchain-funcs versionator
+inherit autotools eutils flag-o-matic multilib pam systemd toolchain-funcs
-MY_PV=$(delete_version_separator '_')
+MY_PV=${PV/_/}
MY_P="${PN}-${MY_PV}"
PVER="20170822"
@@ -27,7 +27,7 @@ IUSE="bitmap-later debug doc fuse kerberos +modules ncurses pam pthreaded-ubik +
CDEPEND="
virtual/libintl
- fuse? ( sys-fs/fuse )
+ fuse? ( sys-fs/fuse:0= )
kerberos? ( virtual/krb5 )
ncurses? ( sys-libs/ncurses:0= )
pam? ( virtual/pam )"