public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/eclipse-sdk/files/3.4: eclipse-3.4
@ 2011-04-03  7:58 Alistair Bush (ali_bush)
  0 siblings, 0 replies; only message in thread
From: Alistair Bush (ali_bush) @ 2011-04-03  7:58 UTC (permalink / raw
  To: gentoo-commits

ali_bush    11/04/03 07:58:50

  Modified:             eclipse-3.4
  Log:
  Fix for #274545.  Thanks to Christoph Brill
  
  (Portage version: 2.1.9.45/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/eclipse-sdk/files/3.4/eclipse-3.4

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eclipse-sdk/files/3.4/eclipse-3.4?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eclipse-sdk/files/3.4/eclipse-3.4?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eclipse-sdk/files/3.4/eclipse-3.4?r1=1.1&r2=1.2

Index: eclipse-3.4
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/files/3.4/eclipse-3.4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipse-3.4	5 Aug 2008 08:08:09 -0000	1.1
+++ eclipse-3.4	3 Apr 2011 07:58:50 -0000	1.2
@@ -27,8 +27,11 @@
 	exit -1
 fi
 
-[[ "$(java-config -f)" =~ "gcj" ]] \
-	&& export JAVA_PKG_CLASSMAP="${ECLIPSE_HOME}/eclipse.gcjdb"
+case "$(java-config -f)" in
+	*gcj*)
+		export JAVA_PKG_CLASSMAP="${ECLIPSE_HOME}/eclipse.gcjdb"
+		;;
+esac
 
 eval $(gjl --package "swt-${SLOT}" --get-args)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-03  7:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-03  7:58 [gentoo-commits] gentoo-x86 commit in dev-util/eclipse-sdk/files/3.4: eclipse-3.4 Alistair Bush (ali_bush)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox