diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-06-25 21:01:36 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-06-25 21:01:36 +0000 |
commit | 796f9415b80a4ce3e72fdf8cea5c164b44ff7535 (patch) | |
tree | 0ff42f20a8b16f1651bf3df86cdaa6b2d75376a3 /eclass/java-pkg.eclass | |
parent | Add a few patches to fix nls handling, warnings and FreeBSD/non-Gnu support; ... (diff) | |
download | gentoo-2-796f9415b80a4ce3e72fdf8cea5c164b44ff7535.tar.gz gentoo-2-796f9415b80a4ce3e72fdf8cea5c164b44ff7535.tar.bz2 gentoo-2-796f9415b80a4ce3e72fdf8cea5c164b44ff7535.zip |
Removed deps on java-config, because it was causing problems: bug #137971
Diffstat (limited to 'eclass/java-pkg.eclass')
-rw-r--r-- | eclass/java-pkg.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/java-pkg.eclass b/eclass/java-pkg.eclass index 7dfc0b9bf3a5..f61c0509166f 100644 --- a/eclass/java-pkg.eclass +++ b/eclass/java-pkg.eclass @@ -1,14 +1,9 @@ # 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.36 2006/06/24 18:36:59 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg.eclass,v 1.37 2006/06/25 21:01:36 nichoj Exp $ inherit multilib -JAVA_CONFIG_DEP="|| ( =dev-java/java-config-1.3* =dev-java/java-config-1.2* )" -DEPEND="${JAVA_CONFIG_DEP}" -RDEPEND="${JAVA_CONFIG_DEP}" - - EXPORT_FUNCTIONS pkg_setup # We need to do a few things to add compatibility between |