From 9b233d69ee4b6e1487e90a65504ccf107e5ee1fa Mon Sep 17 00:00:00 2001 From: Kurt Kanzenbach Date: Sat, 11 Jan 2020 14:41:24 +0100 Subject: [PATCH] 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 --- dev-libs/libflatarray/libflatarray-0.2.0.ebuild | 3 +-- dev-libs/libflatarray/libflatarray-0.3.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 } -- 2.26.2