dev-python/uranium: Do not call enable_cmake* directly
authorMichał Górny <mgorny@gentoo.org>
Sun, 21 May 2017 13:36:48 +0000 (15:36 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 14:43:30 +0000 (16:43 +0200)
dev-python/uranium/uranium-2.3.1.ebuild

index aa07c8d1dc4e809ed2ac39c1971583d4d47643bb..a6cb76986bf4e18286727e70debd13fe31f912a0 100644 (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)"
 }