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 | 0a37d49fe13bbaf4da5e38fe2fe97e5812b77f1e (patch) | |
tree | 8ef1d2610d299ff2a247a522a3c6f37fc05bc2a1 /eclass/jakarta-commons.eclass | |
parent | add IUSE=vhost (diff) | |
download | gentoo-2-0a37d49fe13bbaf4da5e38fe2fe97e5812b77f1e.tar.gz gentoo-2-0a37d49fe13bbaf4da5e38fe2fe97e5812b77f1e.tar.bz2 gentoo-2-0a37d49fe13bbaf4da5e38fe2fe97e5812b77f1e.zip |
add IUSE="jikes junit"
Diffstat (limited to 'eclass/jakarta-commons.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/" |