diff options
author | Kurt Kanzenbach <kurt@kmk-computers.de> | 2020-01-11 14:41:24 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-01-14 08:46:31 +0200 |
commit | 9b233d69ee4b6e1487e90a65504ccf107e5ee1fa (patch) | |
tree | 921e5109fece78e42b31592d8ff136446b42027c /dev-libs/libflatarray | |
parent | dev-ruby/tins: cleanup (diff) | |
download | gentoo-9b233d69ee4b6e1487e90a65504ccf107e5ee1fa.tar.gz gentoo-9b233d69ee4b6e1487e90a65504ccf107e5ee1fa.tar.bz2 gentoo-9b233d69ee4b6e1487e90a65504ccf107e5ee1fa.zip |
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@kmk-computers.de>
Closes: https://github.com/gentoo/gentoo/pull/14331
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/libflatarray')
-rw-r--r-- | dev-libs/libflatarray/libflatarray-0.2.0.ebuild | 3 | ||||
-rw-r--r-- | 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 } |