commit: cf2072336cb15111c57c7e78e3eeaa063d25822c Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Thu Oct 1 16:47:05 2015 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Oct 1 16:47:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf207233
dev-libs/clearsilver: Add Java support. Fixes bug 251091. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-libs/clearsilver/clearsilver-0.10.5-r3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-libs/clearsilver/clearsilver-0.10.5-r3.ebuild b/dev-libs/clearsilver/clearsilver-0.10.5-r3.ebuild index 2365d91..61bb986 100644 --- a/dev-libs/clearsilver/clearsilver-0.10.5-r3.ebuild +++ b/dev-libs/clearsilver/clearsilver-0.10.5-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -# Please note: apache, java, mono and ruby support disabled for now. +# Please note: apache, mono and ruby support disabled for now. # Fill a bug if you need it. # # [email protected], 4th July 2005 @@ -27,8 +27,7 @@ DEPEND="perl? ( dev-lang/perl:= ) java? ( >=virtual/jdk-1.6 )" RDEPEND=" - java? ( >=virtual/jre-1.6 ) - ${DEPEND}" + java? ( >=virtual/jre-1.6 )" DOCS=(README INSTALL)
