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 B7312138334 for ; Mon, 8 Apr 2019 21:15:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE06DE09C7; Mon, 8 Apr 2019 21:15:14 +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 AD5F1E09C7 for ; Mon, 8 Apr 2019 21:15:14 +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 79468335D2C for ; Mon, 8 Apr 2019 21:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B80035B0 for ; Mon, 8 Apr 2019 21:15:10 +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: <1554757847.dde2022379a7c53d8c9c2ca324adccf7e5aec743.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vigra/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vigra/vigra-9999.ebuild X-VCS-Directories: media-libs/vigra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dde2022379a7c53d8c9c2ca324adccf7e5aec743 X-VCS-Branch: master Date: Mon, 8 Apr 2019 21:15:10 +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: 9d56b0f6-2f45-4239-bc08-279214b6443a X-Archives-Hash: 65e3e4c0183ce862ac7144e5faaf8ba9 commit: dde2022379a7c53d8c9c2ca324adccf7e5aec743 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 8 20:48:27 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 8 21:10:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde20223 media-libs/vigra: Cleanup superfluous usex params Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/vigra/vigra-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild index 18768a9bc62..46984673565 100644 --- a/media-libs/vigra/vigra-9999.ebuild +++ b/media-libs/vigra/vigra-9999.ebuild @@ -100,10 +100,10 @@ src_configure() { -DAUTOEXEC_TESTS=OFF -DDOCDIR="${BUILD_DIR}/doc" -DDOCINSTALL="share/doc/${PF}" - -DWITH_HDF5=$(usex hdf5 ON OFF) - -DWITH_OPENEXR=$(usex openexr ON OFF) - -DWITH_VALGRIND=$(usex valgrind ON OFF) - -DWITH_VIGRANUMPY=$(usex python ON OFF) + -DWITH_HDF5=$(usex hdf5) + -DWITH_OPENEXR=$(usex openexr) + -DWITH_VALGRIND=$(usex valgrind) + -DWITH_VIGRANUMPY=$(usex python) ) cmake-utils_src_configure }