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 61D59138334 for ; Sun, 1 Sep 2019 23:14:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9298FE087C; Sun, 1 Sep 2019 23:14:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7A5B2E087C for ; Sun, 1 Sep 2019 23:14:41 +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 96A5D34A932 for ; Sun, 1 Sep 2019 23:14:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17BA776E for ; Sun, 1 Sep 2019 23:14:39 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1567379647.a2d0f4942356d5147a453d0458030a0168bdb44a.whissi@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.2.0-r2.ebuild X-VCS-Directories: sci-libs/ViSP/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: a2d0f4942356d5147a453d0458030a0168bdb44a X-VCS-Branch: master Date: Sun, 1 Sep 2019 23:14:39 +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: 74475f8d-a7ce-4e41-8ef7-954a7f182ba0 X-Archives-Hash: 4d3b1da10a828561f66a3eae532a0361 commit: a2d0f4942356d5147a453d0458030a0168bdb44a Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 1 23:13:55 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 1 23:14:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d0f494 sci-libs/ViSP: fix double empty line Package-Manager: Portage-2.3.74, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> sci-libs/ViSP/ViSP-3.2.0-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-libs/ViSP/ViSP-3.2.0-r2.ebuild b/sci-libs/ViSP/ViSP-3.2.0-r2.ebuild index 49b46db289e..c9cba774d8e 100644 --- a/sci-libs/ViSP/ViSP-3.2.0-r2.ebuild +++ b/sci-libs/ViSP/ViSP-3.2.0-r2.ebuild @@ -48,7 +48,6 @@ REQUIRED_USE="motif? ( coin )" S="${WORKDIR}/visp-${PV}" PATCHES=( "${FILESDIR}/${PN}-3.2.0-ocv.patch" "${FILESDIR}/${PN}-3.0.1-opencv.patch" ) - src_configure() { local mycmakeargs=( "-DBUILD_EXAMPLES=$(usex examples ON OFF)"