commit:     2eaabc8ed574ba18a913845fcf6d987d8a2a05ff
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 19:39:20 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 21:32:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eaabc8e

media-libs/zxing-cpp: Disable examples build, add IUSE="test"

Closes: https://bugs.gentoo.org/747841
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/zxing-cpp/zxing-cpp-1.1.1.ebuild | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/media-libs/zxing-cpp/zxing-cpp-1.1.1.ebuild 
b/media-libs/zxing-cpp/zxing-cpp-1.1.1.ebuild
index f31cea8e8ba..cd5a24f0ab9 100644
--- a/media-libs/zxing-cpp/zxing-cpp-1.1.1.ebuild
+++ b/media-libs/zxing-cpp/zxing-cpp-1.1.1.ebuild
@@ -12,4 +12,14 @@ 
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=""
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+src_configure() {
+       local mycmakeargs=(
+               -DBUILD_EXAMPLES=OFF # nothing is installed
+               -DBUILD_BLACKBOX_TESTS=$(usex test)
+       )
+       cmake_src_configure
+}

Reply via email to