fix for bug 90462
diff --git a/features/org.eclipse.rcp/feature.xml b/features/org.eclipse.rcp/feature.xml
index d3600d8..11e3ac8 100644
--- a/features/org.eclipse.rcp/feature.xml
+++ b/features/org.eclipse.rcp/feature.xml
@@ -121,6 +121,17 @@
          version="0.0.0"
          fragment="true"
          unpack="false"/>
+         
+    <plugin
+         id="org.eclipse.swt.gtk.linux.ppc"
+         os="linux"
+         ws="gtk"
+         arch="x86_64"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         fragment="true"
+         unpack="false"/>
 
    <!--plugin
          id="org.eclipse.swt.gtk"
diff --git a/oldfeatures/org.eclipse.platform-feature/feature.xml b/oldfeatures/org.eclipse.platform-feature/feature.xml
index 227b220..ed08520 100644
--- a/oldfeatures/org.eclipse.platform-feature/feature.xml
+++ b/oldfeatures/org.eclipse.platform-feature/feature.xml
@@ -494,6 +494,17 @@
          version="0.0.0"
          fragment="true"
          unpack="false"/>
+         
+   <plugin
+         id="org.eclipse.swt.gtk.linux.ppc"
+         os="linux"
+         ws="gtk"
+         arch="x86_64"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         fragment="true"
+         unpack="false"/>
 
    <plugin
          id="org.eclipse.swt.gtk.solaris.sparc"