Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/
Date: Tue, 03 Jan 2012 03:07:30
Message-Id: 754fe5b6302897052bcde97ce130beff6d17a6ba.bicatali@gentoo
1 commit: 754fe5b6302897052bcde97ce130beff6d17a6ba
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 3 02:11:49 2012 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 02:11:49 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=754fe5b6
7
8 move dependency for xrootd from main tree
9
10 ---
11 sci-physics/root/root-5.32.00-r1.ebuild | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/sci-physics/root/root-5.32.00-r1.ebuild b/sci-physics/root/root-5.32.00-r1.ebuild
15 index 21cc0fc..acca805 100644
16 --- a/sci-physics/root/root-5.32.00-r1.ebuild
17 +++ b/sci-physics/root/root-5.32.00-r1.ebuild
18 @@ -80,7 +80,7 @@ CDEPEND="
19 dev-ruby/rubygems )
20 ssl? ( dev-libs/openssl )
21 xml? ( dev-libs/libxml2 )
22 - xrootd? ( net-misc/xrootd )"
23 + xrootd? ( net-libs/xrootd )"
24
25 DEPEND="${CDEPEND}
26 dev-util/pkgconfig"