dev-libs/go-fuse: [QA] inherit vcs-clean.eclass directly
authorDavid Seifert <soap@gentoo.org>
Wed, 12 Feb 2020 18:02:27 +0000 (19:02 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 12 Feb 2020 18:02:27 +0000 (19:02 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild
dev-libs/go-fuse/go-fuse-0_p20150422.ebuild
dev-libs/go-fuse/go-fuse-9999.ebuild

index 81e6776158ecd2f5019e051f9ea3e3fa7f6671e4..b962c085f6b55c36eefbb1c999a7da67a86c0551 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit eutils
+inherit eutils vcs-clean
 
 GO_PN=github.com/hanwen/${PN}
 EGIT_COMMIT="8c85ded140ac1889372a0e22d8d21e3d10a303bd"
index 78fd3a9d46515c12628875162d2b72634171db64..d432b751b8994be22aed376c1bfab12140343e1d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit eutils
+inherit eutils vcs-clean
 
 GO_PN=github.com/hanwen/${PN}
 EGIT_COMMIT="ffed29ec8b88f61c1b8954134cc48ef03bb26ce1"
index 2627a21a5a4289d6a8e161e75cac0a42384cb1c3..6e408999381fd59d78216ce2683212b3f29a5c52 100644 (file)
@@ -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"