commit: 70eca3492789c0b6db4fde8a03167a23ff554580
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 18:02:27 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 18:02:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70eca349
dev-libs/go-fuse: [QA] inherit vcs-clean.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild | 2 +-
dev-libs/go-fuse/go-fuse-0_p20150422.ebuild | 2 +-
dev-libs/go-fuse/go-fuse-9999.ebuild | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild
b/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild
index 81e6776158e..b962c085f6b 100644
--- a/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild
+++ b/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit eutils
+inherit eutils vcs-clean
GO_PN=github.com/hanwen/${PN}
EGIT_COMMIT="8c85ded140ac1889372a0e22d8d21e3d10a303bd"
diff --git a/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild
b/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild
index 78fd3a9d465..d432b751b89 100644
--- a/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild
+++ b/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit eutils
+inherit eutils vcs-clean
GO_PN=github.com/hanwen/${PN}
EGIT_COMMIT="ffed29ec8b88f61c1b8954134cc48ef03bb26ce1"
diff --git a/dev-libs/go-fuse/go-fuse-9999.ebuild
b/dev-libs/go-fuse/go-fuse-9999.ebuild
index 2627a21a5a4..6e408999381 100644
--- a/dev-libs/go-fuse/go-fuse-9999.ebuild
+++ b/dev-libs/go-fuse/go-fuse-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit git-r3
+inherit git-r3 vcs-clean
DESCRIPTION="native bindings for the FUSE kernel module"
HOMEPAGE="https://github.com/hanwen/go-fuse"