app-vim/youcompleteme: [QA] inherit vcs-clean.eclass directly
authorDavid Seifert <soap@gentoo.org>
Wed, 12 Feb 2020 18:02:12 +0000 (19:02 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 12 Feb 2020 18:02:12 +0000 (19:02 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
app-vim/youcompleteme/youcompleteme-99999999.ebuild

index c5e133ef7435dcd4215f278aa89a19c0fae65e46..54e1ec4e1061ffd2f8bbc1632956d5ae3e0640ac 100644 (file)
@@ -5,7 +5,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils multilib python-single-r1 cmake-utils vim-plugin
+inherit eutils multilib python-single-r1 cmake-utils vcs-clean vim-plugin
 
 if [[ ${PV} == 9999* ]] ; then
        EGIT_REPO_URI="https://github.com/Valloric/YouCompleteMe.git"