commit:     9b233d69ee4b6e1487e90a65504ccf107e5ee1fa
Author:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sat Jan 11 13:41:24 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 06:46:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b233d69

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 <kurt <AT> kmk-computers.de>
Closes: https://github.com/gentoo/gentoo/pull/14331
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 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 35250d070a6..0f58f1ff81a 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 27ca812593b..0f58f1ff81a 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
 }

Reply via email to