Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/path64/
Date: Mon, 25 Jul 2011 19:40:42
Message-Id: fb544c78f26f6ecc5ba161f3d53033fb7e8ebf79.xarthisius@gentoo
1 commit: fb544c78f26f6ecc5ba161f3d53033fb7e8ebf79
2 Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 25 19:40:24 2011 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 25 19:40:24 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb544c78
7
8 Move dev-lang/ekopath-bin to dev-lang/ekopath
9
10 ---
11 dev-lang/path64/path64-9999.ebuild | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/dev-lang/path64/path64-9999.ebuild b/dev-lang/path64/path64-9999.ebuild
15 index abc7df6..8ac1659 100644
16 --- a/dev-lang/path64/path64-9999.ebuild
17 +++ b/dev-lang/path64/path64-9999.ebuild
18 @@ -28,7 +28,7 @@ KEYWORDS="~amd64"
19 IUSE="assembler custom-cflags debugger fortran +native +openmp"
20
21 DEPEND="!native? ( sys-devel/gcc[vanilla] )
22 - native? ( || ( dev-lang/ekopath-bin dev-lang/path64 ) )"
23 + native? ( || ( dev-lang/ekopath dev-lang/path64 ) )"
24 RDEPEND="${DEPEND}"
25
26 pkg_setup() {