Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/cofoja/
Date: Thu, 03 Dec 2015 21:19:37
Message-Id: 1449177549.3ad34412c09e522d260acd8afe99047751488d9c.monsieurp@gentoo
1 commit: 3ad34412c09e522d260acd8afe99047751488d9c
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 17:20:21 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 21:19:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad34412
7
8 dev-java/cofoja: Housekeeping.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/cofoja/cofoja-1.2.ebuild | 14 +++++++++-----
14 1 file changed, 9 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-java/cofoja/cofoja-1.2.ebuild b/dev-java/cofoja/cofoja-1.2.ebuild
17 index 8fcefc9..11c634c 100644
18 --- a/dev-java/cofoja/cofoja-1.2.ebuild
19 +++ b/dev-java/cofoja/cofoja-1.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -20,10 +20,14 @@ IUSE=""
27 RESTRICT="test"
28
29 CDEPEND="dev-java/asm:4"
30 -DEPEND=">=virtual/jdk-1.6
31 - ${CDEPEND}"
32 -RDEPEND=">=virtual/jre-1.6
33 - ${CDEPEND}"
34 +
35 +DEPEND="
36 + ${CDEPEND}
37 + >=virtual/jdk-1.6"
38 +
39 +RDEPEND="
40 + ${CDEPEND}
41 + >=virtual/jre-1.6"
42
43 S="${WORKDIR}/${P}"