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/txw2-runtime/
Date: Tue, 29 Sep 2015 08:15:33
Message-Id: 1443514371.9c7442c55e56b6be9c95037df10517ddd3bc792c.monsieurp@gentoo
1 commit: 9c7442c55e56b6be9c95037df10517ddd3bc792c
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 08:12:51 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 08:12:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7442c5
7
8 dev-java/txw2-runtime: Remove ${CDEPEND} variable.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/txw2-runtime/txw2-runtime-20110809.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-java/txw2-runtime/txw2-runtime-20110809.ebuild b/dev-java/txw2-runtime/txw2-runtime-20110809.ebuild
17 index d74350f..8b3eb2a 100644
18 --- a/dev-java/txw2-runtime/txw2-runtime-20110809.ebuild
19 +++ b/dev-java/txw2-runtime/txw2-runtime-20110809.ebuild
20 @@ -20,10 +20,8 @@ SLOT="0"
21 KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
22 IUSE=""
23
24 +RDEPEND=">=virtual/jre-1.6"
25 DEPEND=">=virtual/jdk-1.6
26 - app-arch/unzip
27 - ${CDEPEND}"
28 -RDEPEND=">=virtual/jre-1.6
29 - ${CDEPEND}"
30 + app-arch/unzip"
31
32 JAVA_SRC_DIR="com"