commit: 91fd3c9312eaeeaca33d81258a656eaaf0b2673a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri May 18 22:56:39 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri May 18 22:56:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fd3c93
mysql-cmake.eclass: inherit versionator eclass/mysql-cmake.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass index cd9e9fe294f..c9749da365e 100644 --- a/eclass/mysql-cmake.eclass +++ b/eclass/mysql-cmake.eclass @@ -15,7 +15,7 @@ # the src_prepare, src_configure, src_compile, and src_install # phase hooks. -inherit cmake-utils flag-o-matic multilib prefix eutils toolchain-funcs +inherit cmake-utils flag-o-matic multilib prefix eutils toolchain-funcs versionator # # HELPER FUNCTIONS:
