summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-12 19:02:27 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-12 19:02:27 +0100
commit70eca3492789c0b6db4fde8a03167a23ff554580 (patch)
tree2fc398896ed3c71b31b6bab3390807bdd3f8e147
parentdev-lang/srf: [QA] inherit vcs-clean.eclass directly (diff)
downloadgentoo-70eca349.tar.gz
gentoo-70eca349.tar.bz2
gentoo-70eca349.zip
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@gentoo.org>
-rw-r--r--dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild2
-rw-r--r--dev-libs/go-fuse/go-fuse-0_p20150422.ebuild2
-rw-r--r--dev-libs/go-fuse/go-fuse-9999.ebuild4
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"