Skip to content

Commit

Permalink
cmake-utils.eclass: Drop versionator.eclass
Browse files Browse the repository at this point in the history
All instances of implicit usage by cmake-utils.eclass revdeps
were fixed in tree.
  • Loading branch information
a17r committed May 18, 2018
1 parent 135f3fe commit d162554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/cmake-utils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d162554

Please sign in to comment.