diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-19 00:31:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-19 00:32:55 +0200 |
commit | d162554d2fb0543f69c8239ff8ba27cae17c714c (patch) | |
tree | d0ab6be5c4e3bdf44fa5d64fce96566109207bd2 /eclass | |
parent | app-text/pdf2htmlEX: inherit versionator (diff) | |
download | gentoo-d162554d2fb0543f69c8239ff8ba27cae17c714c.tar.gz gentoo-d162554d2fb0543f69c8239ff8ba27cae17c714c.tar.bz2 gentoo-d162554d2fb0543f69c8239ff8ba27cae17c714c.zip |
cmake-utils.eclass: Drop versionator.eclass
All instances of implicit usage by cmake-utils.eclass revdeps
were fixed in tree.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cmake-utils.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 3b4d8d979567..cbce280625ef 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -113,7 +113,7 @@ inherit toolchain-funcs ninja-utils flag-o-matic multiprocessing xdg-utils case ${EAPI} in 7) ;; - *) inherit eapi7-ver eutils multilib versionator ;; + *) inherit eapi7-ver eutils multilib ;; esac EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install |