dev-libs/libflatarray: Fix QA issue
authorKurt Kanzenbach <kurt@kmk-computers.de>
Sat, 11 Jan 2020 13:41:24 +0000 (14:41 +0100)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 14 Jan 2020 06:46:31 +0000 (08:46 +0200)
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@kmk-computers.de>
Closes: https://github.com/gentoo/gentoo/pull/14331
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-libs/libflatarray/libflatarray-0.2.0.ebuild
dev-libs/libflatarray/libflatarray-0.3.0.ebuild

index 35250d070a6fafa30987e3e586e4f881da92bab7..0f58f1ff81ac6f44c82326094e1580d9b196245b 100644 (file)
@@ -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
 }
index 27ca812593b92d5b0b48b284864b635c7fd7a715..0f58f1ff81ac6f44c82326094e1580d9b196245b 100644 (file)
@@ -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
 }