diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-21 15:36:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-22 16:43:30 +0200 |
commit | 7fb15c99156d82c682684e94e618086886281096 (patch) | |
tree | 17460f8aa8b320f93b6bf51c9fde527b0963fb20 /dev-python/uranium | |
parent | sys-firmware/b43-firmware: mask versions above 5.100.138 (diff) | |
download | gentoo-7fb15c99156d82c682684e94e618086886281096.tar.gz gentoo-7fb15c99156d82c682684e94e618086886281096.tar.bz2 gentoo-7fb15c99156d82c682684e94e618086886281096.zip |
dev-python/uranium: Do not call enable_cmake* directly
Diffstat (limited to 'dev-python/uranium')
-rw-r--r-- | dev-python/uranium/uranium-2.3.1.ebuild | 4 |
1 files 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 aa07c8d1dc4e..a6cb76986bf4 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)" } |