net-fs/openafs: fix QA issues
authorAndrew Savchenko <bircoph@gentoo.org>
Sat, 5 Jan 2019 13:01:21 +0000 (16:01 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Sat, 5 Jan 2019 14:00:10 +0000 (17:00 +0300)
- get rid of versionator eclass
- specify fuse subslot dep

Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Package-Manager: Portage-2.3.53, Repoman-2.3.11

net-fs/openafs/openafs-1.6.22.1.ebuild
net-fs/openafs/openafs-1.6.22.2.ebuild

index b28e663b51da277292a38156a39f82cf3f0c62b1..c8d779968717cc635d98b0d81832db2026f5ce17 100644 (file)
@@ -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 )"
index 249ca428710e66159bdcf6769562bff215393506..d1b9080afba6da2e3000c79b1bff53082958a5e5 100644 (file)
@@ -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 )"