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:35
Message-Id: a60d760dd5ee941eb4820b5d07f9d3fe4d57dced.bicatali@gentoo
1 commit: a60d760dd5ee941eb4820b5d07f9d3fe4d57dced
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 3 02:10:48 2012 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 02:10:48 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a60d760d
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 a38df3d..21cc0fc 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? ( sci-physics/xrootd )"
23 + xrootd? ( net-misc/xrootd )"
24
25 DEPEND="${CDEPEND}
26 dev-util/pkgconfig"