From 70eca3492789c0b6db4fde8a03167a23ff554580 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 12 Feb 2020 19:02:27 +0100 Subject: 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 --- 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 81e6776158ec..b962c085f6b5 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 78fd3a9d4651..d432b751b899 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 2627a21a5a42..6e408999381f 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" -- cgit v1.2.3-65-gdbad