diff options
author | 2012-04-07 15:19:36 +0000 | |
---|---|---|
committer | 2012-04-07 15:19:36 +0000 | |
commit | 63a58c4be942b5be60af12fc27ea0d9eec460b68 (patch) | |
tree | 01aa702c429521cf2a4900f96ca9f7b649143741 /virtual/ooo/ooo-0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-63a58c4be942b5be60af12fc27ea0d9eec460b68.tar.gz gentoo-2-63a58c4be942b5be60af12fc27ea0d9eec460b68.tar.bz2 gentoo-2-63a58c4be942b5be60af12fc27ea0d9eec460b68.zip |
Add use for java wrt deps on extensions, preffer source build over the binary.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'virtual/ooo/ooo-0.ebuild')
-rw-r--r-- | virtual/ooo/ooo-0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/virtual/ooo/ooo-0.ebuild b/virtual/ooo/ooo-0.ebuild index 8c990d2fb6f9..afb6e8553872 100644 --- a/virtual/ooo/ooo-0.ebuild +++ b/virtual/ooo/ooo-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ooo-0.ebuild,v 1.5 2011/09/02 10:20:40 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ooo-0.ebuild,v 1.6 2012/04/07 15:19:36 scarabeus Exp $ EAPI=4 @@ -11,12 +11,12 @@ SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" +IUSE="java" DEPEND="" RDEPEND=" || ( - app-office/libreoffice-bin - app-office/libreoffice + app-office/libreoffice[java?] + app-office/libreoffice-bin[java?] ) " |