diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:47:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:47:39 +0000 |
commit | 097d55a5be4ec28f6cc0f06de24cef18c850d32d (patch) | |
tree | d4c12c032b82768bc1bc7694a6452cae63ce7949 /eclass | |
parent | add IUSE=vhost (diff) | |
download | historical-097d55a5be4ec28f6cc0f06de24cef18c850d32d.tar.gz historical-097d55a5be4ec28f6cc0f06de24cef18c850d32d.tar.bz2 historical-097d55a5be4ec28f6cc0f06de24cef18c850d32d.zip |
add IUSE="jikes junit"
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/jakarta-commons.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/jakarta-commons.eclass b/eclass/jakarta-commons.eclass index ac67df65a255..68b4d8d302dc 100644 --- a/eclass/jakarta-commons.eclass +++ b/eclass/jakarta-commons.eclass @@ -1,9 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.16 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.17 2005/07/06 20:47:39 agriffis Exp $ inherit base java-pkg -IUSE="$IUSE" + +IUSE="${IUSE} jikes junit" DESCRIPTION="Based on the $ECLASS eclass" HOMEPAGE="http://jakarta.apache.org/" |