From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0D45A59CAF for ; Mon, 4 Apr 2016 18:45:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F86B21C106; Mon, 4 Apr 2016 18:45:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA49C21C107 for ; Mon, 4 Apr 2016 18:45:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6065C340CE2 for ; Mon, 4 Apr 2016 18:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 959C8CA for ; Mon, 4 Apr 2016 18:45:42 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1459798819.106e8debddee16f1d6aee4c3661240df09e1c20e.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gdl/gdl-0.9.6-r1.ebuild dev-lang/gdl/gdl-0.9.6.ebuild X-VCS-Directories: dev-lang/gdl/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 106e8debddee16f1d6aee4c3661240df09e1c20e X-VCS-Branch: master Date: Mon, 4 Apr 2016 18:45:42 +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-Archives-Salt: b0d48963-8908-44cb-855c-e6e9ae4d4393 X-Archives-Hash: 5fac002a9fbf30fe17ffe2292f8f5229 commit: 106e8debddee16f1d6aee4c3661240df09e1c20e Author: Sébastien Fabbro gentoo org> AuthorDate: Mon Apr 4 19:38:40 2016 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Mon Apr 4 19:40:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106e8deb dev-lang/gdl: fix bad syntax preventing USE flag switches Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=578806 Package-Manager: portage-2.2.28 .../gdl/{gdl-0.9.6.ebuild => gdl-0.9.6-r1.ebuild} | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/dev-lang/gdl/gdl-0.9.6.ebuild b/dev-lang/gdl/gdl-0.9.6-r1.ebuild similarity index 91% rename from dev-lang/gdl/gdl-0.9.6.ebuild rename to dev-lang/gdl/gdl-0.9.6-r1.ebuild index e656de4..fc6add8 100644 --- a/dev-lang/gdl/gdl-0.9.6.ebuild +++ b/dev-lang/gdl/gdl-0.9.6-r1.ebuild @@ -100,19 +100,19 @@ src_configure() { -DMPICH=OFF -DBUNDLED_ANTLR=OFF -DX11=ON - -DEIGEN3="(usex eigen)" - -DFFTW="(usex fftw)" - -DGRIB="(usex grib)" - -DGSHHS="(usex gshhs)" - -DHDF="(usex hdf)" - -DHDF5="(usex hdf5)" - -DLIBPROJ4="(usex proj)" - -DNETCDF="(usex netcdf)" - -DOPENMP="(usex openmp)" - -DPNGLIB="(usex png)" - -DPSLIB="(usex postscript)" - -DUDUNITS="(usex udunits)" - -DWXWIDGETS="(usex wxwidgets)" + -DEIGEN3="$(usex eigen)" + -DFFTW="$(usex fftw)" + -DGRIB="$(usex grib)" + -DGSHHS="$(usex gshhs)" + -DHDF="$(usex hdf)" + -DHDF5="$(usex hdf5)" + -DLIBPROJ4="$(usex proj)" + -DNETCDF="$(usex netcdf)" + -DOPENMP="$(usex openmp)" + -DPNGLIB="$(usex png)" + -DPSLIB="$(usex postscript)" + -DUDUNITS="$(usex udunits)" + -DWXWIDGETS="$(usex wxwidgets)" ) if use imagemagick; then if has_version media-gfx/graphicsmagick[cxx]; then