Added link to http://bugs.gentoo.org/show_bug.cgi?id=137971 to comments in order...
authorPetteri Räty <betelgeuse@gentoo.org>
Sun, 3 Dec 2006 15:27:48 +0000 (15:27 +0000)
committerPetteri Räty <betelgeuse@gentoo.org>
Sun, 3 Dec 2006 15:27:48 +0000 (15:27 +0000)
eclass/java-pkg.eclass

index 4fb9fd91fd904217c07939afee521578dfde7c02..3338b924006748ef2c03cdc6da232568cc952479 100644 (file)
@@ -1,6 +1,6 @@
 # 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.47 2006/11/26 21:59:41 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg.eclass,v 1.48 2006/12/03 15:27:48 betelgeuse Exp $
 
 inherit multilib
 
@@ -12,6 +12,13 @@ EXPORT_FUNCTIONS pkg_setup
 # First we make sure java-config-1 will be used
 export WANT_JAVA_CONFIG="1"
 
+# We can't depend on java-config directly because some packages use this eclass
+# only with the java use flag.
+# http://bugs.gentoo.org/show_bug.cgi?id=137971
+#DEPEND="
+#      =dev-java/java-config-1.3*
+#      =dev-java/java-config-2*"
+
 # During pkg_setup, we need to do a few extra things to ensure things work in a
 # mixed generation-1/generation-2 environment
 # TODO need to make sure everything that inherits java-pkg and has a pkg_setup