From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16B271382C5 for ; Thu, 25 Jun 2020 12:12:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 935D2E088B; Thu, 25 Jun 2020 12:12:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CF32E088B for ; Thu, 25 Jun 2020 12:12:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE60834F1B1 for ; Thu, 25 Jun 2020 12:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD6BD2B9 for ; Thu, 25 Jun 2020 12:12:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1593087092.10f24fcad2297e4e841e4bf18ef980b06496612a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ViSP/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/ViSP/ViSP-3.3.0.ebuild X-VCS-Directories: sci-libs/ViSP/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 10f24fcad2297e4e841e4bf18ef980b06496612a X-VCS-Branch: master Date: Thu, 25 Jun 2020 12:12:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9a7743b-dfb3-41cb-9b6f-45a78b647a15 X-Archives-Hash: af946ef9aad28e93f8167f287dd632f8 commit: 10f24fcad2297e4e841e4bf18ef980b06496612a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 25 09:06:44 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 25 12:11:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f24fca sci-libs/ViSP: Disable BUILD_JAVA Closes: https://bugs.gentoo.org/724308 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/ViSP/ViSP-3.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/ViSP/ViSP-3.3.0.ebuild b/sci-libs/ViSP/ViSP-3.3.0.ebuild index 4603eafceba..7b2cda09c8a 100644 --- a/sci-libs/ViSP/ViSP-3.3.0.ebuild +++ b/sci-libs/ViSP/ViSP-3.3.0.ebuild @@ -65,6 +65,7 @@ PATCHES=( src_configure() { local mycmakeargs=( + "-DBUILD_JAVA=OFF" "-DBUILD_EXAMPLES=$(usex examples ON OFF)" "-DBUILD_TESTS=$(usex test ON OFF)" "-DBUILD_DEMOS=$(usex demos ON OFF)"