dev-python/uranium: Do not call enable_cmake* directly

This commit is contained in:
Michał Górny
2017-05-21 15:36:48 +02:00
parent d3d3181c2b
commit 7fb15c9915

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -52,6 +52,6 @@ src_test() {
}
src_install() {
enable_cmake-utils_src_install
cmake-utils_src_install
python_optimize "${D}usr/$(get_libdir)"
}