Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ViSP/
Date: Sun, 01 Sep 2019 23:14:42
Message-Id: 1567379647.a2d0f4942356d5147a453d0458030a0168bdb44a.whissi@gentoo
1 commit: a2d0f4942356d5147a453d0458030a0168bdb44a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 23:13:55 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 23:14:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d0f494
7
8 sci-libs/ViSP: fix double empty line
9
10 Package-Manager: Portage-2.3.74, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sci-libs/ViSP/ViSP-3.2.0-r2.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/sci-libs/ViSP/ViSP-3.2.0-r2.ebuild b/sci-libs/ViSP/ViSP-3.2.0-r2.ebuild
17 index 49b46db289e..c9cba774d8e 100644
18 --- a/sci-libs/ViSP/ViSP-3.2.0-r2.ebuild
19 +++ b/sci-libs/ViSP/ViSP-3.2.0-r2.ebuild
20 @@ -48,7 +48,6 @@ REQUIRED_USE="motif? ( coin )"
21 S="${WORKDIR}/visp-${PV}"
22 PATCHES=( "${FILESDIR}/${PN}-3.2.0-ocv.patch" "${FILESDIR}/${PN}-3.0.1-opencv.patch" )
23
24 -
25 src_configure() {
26 local mycmakeargs=(
27 "-DBUILD_EXAMPLES=$(usex examples ON OFF)"