Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/NativeThread: NativeThread-0_pre20080330.ebuild
Date: Mon, 23 Mar 2009 15:53:44
Message-Id: E1LlmT7-00039q-Pt@stork.gentoo.org
1 tommy 09/03/23 15:53:41
2
3 Modified: NativeThread-0_pre20080330.ebuild
4 Log:
5 Force freenet-0.7 as dependency
6 (Portage version: 2.2_rc26/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-libs/NativeThread/NativeThread-0_pre20080330.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild?r1=1.1&r2=1.2
14
15 Index: NativeThread-0_pre20080330.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- NativeThread-0_pre20080330.ebuild 29 Jan 2009 21:34:05 -0000 1.1
22 +++ NativeThread-0_pre20080330.ebuild 23 Mar 2009 15:53:41 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild,v 1.1 2009/01/29 21:34:05 tommy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild,v 1.2 2009/03/23 15:53:41 tommy Exp $
28
29 inherit eutils flag-o-matic java-pkg-2 toolchain-funcs
30
31 @@ -13,7 +13,7 @@
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 -DEPEND="net-p2p/freenet
36 +DEPEND=">=net-p2p/freenet-0.7
37 >=virtual/jdk-1.4"
38 RDEPEND=""