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 E04101381F3 for ; Fri, 25 Oct 2013 17:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC185E09A9; Fri, 25 Oct 2013 17:30:54 +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 4F733E09A9 for ; Fri, 25 Oct 2013 17:30:54 +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 3A70933F0DE for ; Fri, 25 Oct 2013 17:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D0A4CE545C for ; Fri, 25 Oct 2013 17:30:51 +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: <1382722204.00b6c54f5f730b429c7e1faccce3c3d82648e693.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.7.ebuild X-VCS-Directories: sci-chemistry/freeon/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 00b6c54f5f730b429c7e1faccce3c3d82648e693 X-VCS-Branch: master Date: Fri, 25 Oct 2013 17:30:51 +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: d886474b-a4a3-490a-aea8-c6b4dce367c3 X-Archives-Hash: dc672c62801373532a7ea13e21a69742 commit: 00b6c54f5f730b429c7e1faccce3c3d82648e693 Author: Nicolas Bock gmail com> AuthorDate: Fri Oct 25 17:30:04 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Fri Oct 25 17:30:04 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=00b6c54f sci-chemistry/freeon-1.0.7: Cleaned up IUSE (the default behavior changed in this version. Package-Manager: portage-2.2.7 --- sci-chemistry/freeon/ChangeLog | 4 ++++ sci-chemistry/freeon/freeon-1.0.7.ebuild | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog index d93ed9c..7d342b0 100644 --- a/sci-chemistry/freeon/ChangeLog +++ b/sci-chemistry/freeon/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Oct 2013; Nicolas Bock freeon-1.0.7.ebuild: + sci-chemistry/freeon-1.0.7: Cleaned up IUSE (the default behavior changed in + this version. + *freeon-1.0.7 (24 Oct 2013) 24 Oct 2013; Nicolas Bock +freeon-1.0.7.ebuild: diff --git a/sci-chemistry/freeon/freeon-1.0.7.ebuild b/sci-chemistry/freeon/freeon-1.0.7.ebuild index 1dc40fe..3f0980a 100644 --- a/sci-chemistry/freeon/freeon-1.0.7.ebuild +++ b/sci-chemistry/freeon/freeon-1.0.7.ebuild @@ -16,11 +16,10 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PN}-${PV}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="standalone-BCSR static-libs" +IUSE="" RDEPEND=" sci-libs/hdf5 virtual/blas virtual/lapack" -DEPEND="${DEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}"