Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
Date: Fri, 25 Oct 2013 17:30:57
Message-Id: 1382722204.00b6c54f5f730b429c7e1faccce3c3d82648e693.nicolasbock@gentoo
1 commit: 00b6c54f5f730b429c7e1faccce3c3d82648e693
2 Author: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 25 17:30:04 2013 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
5 CommitDate: Fri Oct 25 17:30:04 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=00b6c54f
7
8 sci-chemistry/freeon-1.0.7: Cleaned up IUSE (the default behavior changed in
9 this version.
10
11 Package-Manager: portage-2.2.7
12
13 ---
14 sci-chemistry/freeon/ChangeLog | 4 ++++
15 sci-chemistry/freeon/freeon-1.0.7.ebuild | 5 ++---
16 2 files changed, 6 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
19 index d93ed9c..7d342b0 100644
20 --- a/sci-chemistry/freeon/ChangeLog
21 +++ b/sci-chemistry/freeon/ChangeLog
22 @@ -2,6 +2,10 @@
23 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 25 Oct 2013; Nicolas Bock <nicolasbock@×××××.com> freeon-1.0.7.ebuild:
27 + sci-chemistry/freeon-1.0.7: Cleaned up IUSE (the default behavior changed in
28 + this version.
29 +
30 *freeon-1.0.7 (24 Oct 2013)
31
32 24 Oct 2013; Nicolas Bock <nicolasbock@×××××.com> +freeon-1.0.7.ebuild:
33
34 diff --git a/sci-chemistry/freeon/freeon-1.0.7.ebuild b/sci-chemistry/freeon/freeon-1.0.7.ebuild
35 index 1dc40fe..3f0980a 100644
36 --- a/sci-chemistry/freeon/freeon-1.0.7.ebuild
37 +++ b/sci-chemistry/freeon/freeon-1.0.7.ebuild
38 @@ -16,11 +16,10 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PN}-${PV}.tar.bz2"
39 LICENSE="GPL-3"
40 SLOT="0"
41 KEYWORDS="~amd64 ~x86"
42 -IUSE="standalone-BCSR static-libs"
43 +IUSE=""
44
45 RDEPEND="
46 sci-libs/hdf5
47 virtual/blas
48 virtual/lapack"
49 -DEPEND="${DEPEND}
50 - virtual/pkgconfig"
51 +DEPEND="${RDEPEND}"