diff options
author | David Seifert <soap@gentoo.org> | 2020-02-12 19:03:08 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-12 19:03:08 +0100 |
commit | ba2db1a09d27da61fb450eda1751e0b1f9a0e95c (patch) | |
tree | ef615b15c464e170a24d9c2238798fea2bde8547 /sci-chemistry | |
parent | net-wireless/airpwn: [QA] inherit vcs-clean.eclass directly (diff) | |
download | gentoo-ba2db1a09d27da61fb450eda1751e0b1f9a0e95c.tar.gz gentoo-ba2db1a09d27da61fb450eda1751e0b1f9a0e95c.tar.bz2 gentoo-ba2db1a09d27da61fb450eda1751e0b1f9a0e95c.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>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/hollow/hollow-1.2-r1.ebuild | 4 |
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/" |