diff options
author | 2021-12-16 11:42:08 +0100 | |
---|---|---|
committer | 2021-12-16 11:42:08 +0100 | |
commit | 3b01cf1dc97ded079dbc844abf683e10854e2cdc (patch) | |
tree | 0d14fec7fcd3c5fdd4372bbb1de6b623998a60a5 /sci-libs/clfft | |
parent | sci-libs/arrayfire: drop UnusedInherits (diff) | |
download | sci-3b01cf1dc97ded079dbc844abf683e10854e2cdc.tar.gz sci-3b01cf1dc97ded079dbc844abf683e10854e2cdc.tar.bz2 sci-3b01cf1dc97ded079dbc844abf683e10854e2cdc.zip |
sci-libs/clfft: fix missing inherit
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/clfft')
-rw-r--r-- | sci-libs/clfft/clfft-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/clfft/clfft-9999.ebuild b/sci-libs/clfft/clfft-9999.ebuild index 60e6861e0..d78fc3e9e 100644 --- a/sci-libs/clfft/clfft-9999.ebuild +++ b/sci-libs/clfft/clfft-9999.ebuild @@ -45,7 +45,7 @@ src_configure() { -DBUILD_TEST="$(usex test)" -DBoost_USE_STATIC_LIBS=OFF ) - cmake-utils_src_configure + cmake_src_configure } src_compile() { |