commit: 7fb15c99156d82c682684e94e618086886281096
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 13:36:48 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 22 14:43:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb15c99
dev-python/uranium: Do not call enable_cmake* directly
dev-python/uranium/uranium-2.3.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/uranium/uranium-2.3.1.ebuild
b/dev-python/uranium/uranium-2.3.1.ebuild
index aa07c8d1dc4..a6cb76986bf 100644
--- a/dev-python/uranium/uranium-2.3.1.ebuild
+++ b/dev-python/uranium/uranium-2.3.1.ebuild
@@ -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)"
}