diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-19 13:10:41 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-19 13:10:41 +0000 |
commit | a738b0e96b34850a0f0cefe25e6136f24356ac01 (patch) | |
tree | d2647a23306c6193178856da0b31d941228f2bee /eclass/java-pkg.eclass | |
parent | Version bump; includes new version of gentoo-bashcomp as well (new equery com... (diff) | |
download | gentoo-2-a738b0e96b34850a0f0cefe25e6136f24356ac01.tar.gz gentoo-2-a738b0e96b34850a0f0cefe25e6136f24356ac01.tar.bz2 gentoo-2-a738b0e96b34850a0f0cefe25e6136f24356ac01.zip |
add another check to make sure the system vm is good enough to build the package
Diffstat (limited to 'eclass/java-pkg.eclass')
-rw-r--r-- | eclass/java-pkg.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/java-pkg.eclass b/eclass/java-pkg.eclass index 978cab2dd85c..c74661f0bb90 100644 --- a/eclass/java-pkg.eclass +++ b/eclass/java-pkg.eclass @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg.eclass,v 1.16 2004/10/16 21:32:09 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg.eclass,v 1.17 2004/10/19 13:10:41 axxo Exp $ -inherit base ECLASS=java-pkg INHERITED="${INHERITED} ${ECLASS}" IUSE="${IUSE}" |