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 A53EA13877A for ; Mon, 11 Aug 2014 21:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7DFDE0ED5; Mon, 11 Aug 2014 20:24:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19F73E09DC for ; Mon, 11 Aug 2014 20:21:17 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 557E63403FC for ; Sun, 10 Aug 2014 08:05:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 1DC7518827 for ; Sun, 10 Aug 2014 08:05:07 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1407614141.c35a03612e028d0811724e41e8e224f8d0f21625.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/giac/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/giac/giac-1.1.0.ebuild X-VCS-Directories: sci-mathematics/giac/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c35a03612e028d0811724e41e8e224f8d0f21625 X-VCS-Branch: master Date: Sun, 10 Aug 2014 08:05:07 +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: dcb9a502-892a-4096-9e25-1a0256444c0e X-Archives-Hash: 2c2ddc556a3a8ba24083b0d63a224fda commit: c35a03612e028d0811724e41e8e224f8d0f21625 Author: Dominik Schmidt hotmail com> AuthorDate: Sat Aug 9 19:39:03 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Aug 9 19:55:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c35a0361 sci-mathematics/giac: Ebuild fix Stupid error in econfargs corrected. --- sci-mathematics/giac/giac-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/giac/giac-1.1.0.ebuild b/sci-mathematics/giac/giac-1.1.0.ebuild index b206d75..fca2952 100644 --- a/sci-mathematics/giac/giac-1.1.0.ebuild +++ b/sci-mathematics/giac/giac-1.1.0.ebuild @@ -43,7 +43,7 @@ src_configure(){ append-libs $(fltk-config --ldflags | sed -e 's/\(-L\S*\)\s.*/\1/') fi local myeconfargs=( - user_enable fltk gui + $(use_enable fltk gui) ) autotools-utils_src_configure || die "configuring failed" }