From: Kurt Kanzenbach Date: Sat, 11 Jan 2020 13:41:24 +0000 (+0100) Subject: dev-libs/libflatarray: Fix QA issue X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9b233d69ee4b6e1487e90a65504ccf107e5ee1fa;p=gentoo.git dev-libs/libflatarray: Fix QA issue Resolve the following QA warning: * One or more CMake variables were not used by the project: * WITH_SILO There is no WITH_SILO option. Remove it. Closes: https://bugs.gentoo.org/659392 Signed-off-by: Kurt Kanzenbach Closes: https://github.com/gentoo/gentoo/pull/14331 Signed-off-by: Joonas Niilola --- diff --git a/dev-libs/libflatarray/libflatarray-0.2.0.ebuild b/dev-libs/libflatarray/libflatarray-0.2.0.ebuild index 35250d070a6f..0f58f1ff81ac 100644 --- a/dev-libs/libflatarray/libflatarray-0.2.0.ebuild +++ b/dev-libs/libflatarray/libflatarray-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,6 @@ src_prepare() { src_configure() { local mycmakeargs=( -DWITH_CUDA=$(usex cuda) - -DWITH_SILO=false ) cmake-utils_src_configure } diff --git a/dev-libs/libflatarray/libflatarray-0.3.0.ebuild b/dev-libs/libflatarray/libflatarray-0.3.0.ebuild index 27ca812593b9..0f58f1ff81ac 100644 --- a/dev-libs/libflatarray/libflatarray-0.3.0.ebuild +++ b/dev-libs/libflatarray/libflatarray-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,6 @@ src_prepare() { src_configure() { local mycmakeargs=( -DWITH_CUDA=$(usex cuda) - -DWITH_SILO=false ) cmake-utils_src_configure }