summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-12 19:02:35 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-12 19:02:35 +0100
commite7b8e108a41fdbf5ae7b637c28419935dd8957ca (patch)
tree1090953f19f0edd39822b0d3166fbdd32e21c913 /dev-python
parentdev-lisp/clozurecl: [QA] inherit vcs-clean.eclass directly (diff)
downloadgentoo-e7b8e108a41fdbf5ae7b637c28419935dd8957ca.tar.gz
gentoo-e7b8e108a41fdbf5ae7b637c28419935dd8957ca.tar.bz2
gentoo-e7b8e108a41fdbf5ae7b637c28419935dd8957ca.zip
dev-python/cheetah-docs: [QA] inherit vcs-clean.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild b/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild
index 608379b1d81d..fbb30d45f632 100644
--- a/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild
+++ b/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils
+inherit eutils vcs-clean
DESCRIPTION="Documentation for Cheetah templates"
HOMEPAGE="http://www.cheetahtemplate.org/"