summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-12 19:03:08 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-12 19:03:08 +0100
commitba2db1a09d27da61fb450eda1751e0b1f9a0e95c (patch)
treeef615b15c464e170a24d9c2238798fea2bde8547
parentnet-wireless/airpwn: [QA] inherit vcs-clean.eclass directly (diff)
downloadgentoo-ba2db1a0.tar.gz
gentoo-ba2db1a0.tar.bz2
gentoo-ba2db1a0.zip
sci-chemistry/hollow: [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--sci-chemistry/hollow/hollow-1.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/hollow/hollow-1.2-r1.ebuild b/sci-chemistry/hollow/hollow-1.2-r1.ebuild
index 9c421e26b2bb..d1db2c19db3f 100644
--- a/sci-chemistry/hollow/hollow-1.2-r1.ebuild
+++ b/sci-chemistry/hollow/hollow-1.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit python-r1
+inherit python-r1 vcs-clean
DESCRIPTION="Production of surface images of proteins"
HOMEPAGE="http://hollow.sourceforge.net/"