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 C680213877A for ; Tue, 19 Aug 2014 21:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27BBBE0880; Tue, 19 Aug 2014 21:51:41 +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 72289E0880 for ; Tue, 19 Aug 2014 21:51:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03C533401B0 for ; Tue, 19 Aug 2014 21:51:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C1123968 for ; Tue, 19 Aug 2014 21:51:36 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1407614141.c35a03612e028d0811724e41e8e224f8d0f21625.ottxor@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: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: c35a03612e028d0811724e41e8e224f8d0f21625 X-VCS-Branch: master Date: Tue, 19 Aug 2014 21:51:36 +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: 0c5c681a-3670-4d80-a96b-3dea5ff0bc54 X-Archives-Hash: 608815894e0fb19ce632ba39a89d1fd8 commit: c35a03612e028d0811724e41e8e224f8d0f21625 Author: Dominik Schmidt hotmail com> AuthorDate: Sat Aug 9 19:39:03 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sat Aug 9 19:55:41 2014 +0000 URL: http://sources.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" }