diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-24 11:06:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-24 11:06:31 +0200 |
commit | 2b8488497cc29da9301c84812f504d813f816bff (patch) | |
tree | dc79dcb2a546fab5df47f16b5d502fd6a3f0ab54 /media-libs | |
parent | sci-geosciences/qgis: Drop 3.16.2-r1 (diff) | |
download | gentoo-2b8488497cc29da9301c84812f504d813f816bff.tar.gz gentoo-2b8488497cc29da9301c84812f504d813f816bff.tar.bz2 gentoo-2b8488497cc29da9301c84812f504d813f816bff.zip |
media-libs/zxing-cpp: Drop tests due to upstream use of FetchContent
Upstream commits:
fad045ff2e53e2a69f7b091cfe77e8bea31222b6
c0c3e0b306d78efae9f0af02e3cc20126ff8ebe4
Closes: https://bugs.gentoo.org/793173
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/zxing-cpp/zxing-cpp-1.2.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/zxing-cpp/zxing-cpp-1.2.0.ebuild b/media-libs/zxing-cpp/zxing-cpp-1.2.0.ebuild index 8f32a4b24e1d..c65c08e82a3b 100644 --- a/media-libs/zxing-cpp/zxing-cpp-1.2.0.ebuild +++ b/media-libs/zxing-cpp/zxing-cpp-1.2.0.ebuild @@ -12,14 +12,13 @@ SRC_URI="https://github.com/nu-book/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="test" - -RESTRICT="!test? ( test )" +IUSE="" src_configure() { local mycmakeargs=( -DBUILD_EXAMPLES=OFF # nothing is installed - -DBUILD_BLACKBOX_TESTS=$(usex test) + -DBUILD_BLACKBOX_TESTS=OFF # FIXME: FetchContent.cmake module usage + -DBUILD_UNIT_TESTS=OFF # for both tests options. no thanks. bug #793173 ) cmake_src_configure } |