From: Patrice Clement Date: Fri, 18 Mar 2016 09:03:12 +0000 (+0000) Subject: dev-java/cofoja: Add doc USE flag. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a9787d84f2016d7dac471b54dfa367e9710744d2;p=gentoo.git dev-java/cofoja: Add doc USE flag. Package-Manager: portage-2.2.26 --- diff --git a/dev-java/cofoja/cofoja-1.2.ebuild b/dev-java/cofoja/cofoja-1.2.ebuild index 6feff468cda4..1ea4304dcc6d 100644 --- a/dev-java/cofoja/cofoja-1.2.ebuild +++ b/dev-java/cofoja/cofoja-1.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -JAVA_PKG_IUSE="source" +JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple @@ -27,6 +27,7 @@ DEPEND=" RDEPEND=" ${CDEPEND} + source? ( app-arch/zip ) >=virtual/jre-1.6" S="${WORKDIR}/${P}"