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 28B2D1381F3 for ; Fri, 20 Sep 2013 21:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF1D5E0AAC; Fri, 20 Sep 2013 21:20:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67440E0AAC for ; Fri, 20 Sep 2013 21:20:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09DD033DA77 for ; Fri, 20 Sep 2013 21:20:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AD999E530A for ; Fri, 20 Sep 2013 21:20:00 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1379711971.364edf691768afaa950d87a0af52354b9a7c39be.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/freeon/ChangeLog sci-chemistry/freeon/freeon-1.0.3.ebuild X-VCS-Directories: sci-chemistry/freeon/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 364edf691768afaa950d87a0af52354b9a7c39be X-VCS-Branch: master Date: Fri, 20 Sep 2013 21:20:00 +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: d4485c19-6309-4974-b0ce-219e1fe743b6 X-Archives-Hash: f2759e30e5bff5a268bb2e6983848351 commit: 364edf691768afaa950d87a0af52354b9a7c39be Author: Nicolas Bock gmail com> AuthorDate: Fri Sep 20 21:19:31 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Fri Sep 20 21:19:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=364edf69 sci-chemistry/freeon-1.0.3: Fixed broken ebuild. Package-Manager: portage-2.2.1 --- sci-chemistry/freeon/ChangeLog | 3 +++ sci-chemistry/freeon/freeon-1.0.3.ebuild | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog index 2dfc424..ccc74dd 100644 --- a/sci-chemistry/freeon/ChangeLog +++ b/sci-chemistry/freeon/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 20 Sep 2013; Nicolas Bock freeon-1.0.3.ebuild: + sci-chemistry/freeon-1.0.3: Fixed broken ebuild. + *freeon-1.0.3 (20 Sep 2013) 20 Sep 2013; Nicolas Bock +freeon-1.0.3.ebuild, diff --git a/sci-chemistry/freeon/freeon-1.0.3.ebuild b/sci-chemistry/freeon/freeon-1.0.3.ebuild index ecbbe37..91f6cd9 100644 --- a/sci-chemistry/freeon/freeon-1.0.3.ebuild +++ b/sci-chemistry/freeon/freeon-1.0.3.ebuild @@ -26,6 +26,8 @@ DEPEND="${DEPEND} virtual/pkgconfig" src_configure() { - econf \ + local myeconfargs=( $(use_enable standalone-BCSR) + ) + autotools-utils_src_configure }