commit: b420c9348179a1af0f05900fac1064000ab895d7
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 18:03:11 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 18:03:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b420c934
sci-libs/rosetta-db: [QA] inherit vcs-clean.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-libs/rosetta-db/rosetta-db-3.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/rosetta-db/rosetta-db-3.4.ebuild
b/sci-libs/rosetta-db/rosetta-db-3.4.ebuild
index 5854fc6b1d7..0264e523005 100644
--- a/sci-libs/rosetta-db/rosetta-db-3.4.ebuild
+++ b/sci-libs/rosetta-db/rosetta-db-3.4.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
+inherit eutils vcs-clean
MY_PN="${PN%-db}"
MY_P="${MY_PN}${PV}_database"