diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-03-05 15:44:17 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-03-05 15:44:17 +0000 |
commit | 3b74cf7e4b032778ece9b86c4ef7432405bd9f71 (patch) | |
tree | 807025f39d3206e0d2f86baa854fa658f14cdf1f /conf | |
parent | f3129c4fbd92be0b5d705c411b77defd38845f61 (diff) |
chinook-compat: Updated preferred revisions.
* prefer classpath 0.97
* prefer libgpg-error 1.4 - earlier build cause libgcrypt build to fail
* disabled kaffe preferences
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/chinook-compat.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index c439ad67f6..aee81f240f 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -145,7 +145,7 @@ PREFERRED_PROVIDER_avahi = "avahi" PREFERRED_VERSION_libsoup = "2.2.7" PREFERRED_VERSION_libglade = "2.4.2" PREFERRED_VERSION_gnutls = "1.4.5" -PREFERRED_VERSION_libgpg-error = "1.0" +PREFERRED_VERSION_libgpg-error = "1.4" PREFERRED_VERSION_libgcrypt = "1.2.3" PREFERRED_VERSION_gpe-scap = "1.3" @@ -164,12 +164,15 @@ PREFERRED_VERSION_osso-gnome-vfs2 = "2.16.3" PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" +PREFERRED_PROVIDER_classpath = "classpath" +PREFERRED_VERSION_classpath = "0.97" + PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk-hildon" PREFERRED_VERSION_swt3.4-gtk-hildon = "3.3+3.4M5" # Does not compile with the CodeSourcery compiler .. :( -PREFERRED_VERSION_kaffe = "1.1.8+cvs20080120" -PREFERRED_VERSION_kaffeh-native = "1.1.8+cvs20080120" +#PREFERRED_VERSION_kaffe = "1.1.8+cvs20080120" +#PREFERRED_VERSION_kaffeh-native = "1.1.8+cvs20080120" # WARNING: If you change these values after the respective package has # been built the change will have no effect. Edit the package's file in |