summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-12 19:02:06 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-12 19:02:06 +0100
commitcb845990ff0bffc19876e25a26929d68d9feab88 (patch)
treef585fcc41a206f481e472e9623d12bded03eda48
parentapp-backup/tob: [QA] inherit vcs-clean.eclass directly (diff)
downloadgentoo-cb845990ff0bffc19876e25a26929d68d9feab88.tar.gz
gentoo-cb845990ff0bffc19876e25a26929d68d9feab88.tar.bz2
gentoo-cb845990ff0bffc19876e25a26929d68d9feab88.zip
app-editors/fte: [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--app-editors/fte/fte-20110708-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/fte/fte-20110708-r1.ebuild b/app-editors/fte/fte-20110708-r1.ebuild
index 8a8545b19afe..2c849b33f9c6 100644
--- a/app-editors/fte/fte-20110708-r1.ebuild
+++ b/app-editors/fte/fte-20110708-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils toolchain-funcs
+inherit eutils toolchain-funcs vcs-clean
DESCRIPTION="Lightweight text-mode editor"
HOMEPAGE="http://fte.sourceforge.net"