commit: 10f24fcad2297e4e841e4bf18ef980b06496612a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jun 25 09:06:44 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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)"
