commit: a9787d84f2016d7dac471b54dfa367e9710744d2
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 09:03:12 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 10:00:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9787d84
dev-java/cofoja: Add doc USE flag.
Package-Manager: portage-2.2.26
dev-java/cofoja/cofoja-1.2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-java/cofoja/cofoja-1.2.ebuild
b/dev-java/cofoja/cofoja-1.2.ebuild
index 6feff46..1ea4304 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}"