diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-08-27 00:18:15 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-08-27 00:18:15 +0000 |
commit | 2e7eed2b4e6379c8044f4256f41edcba53cd4f98 (patch) | |
tree | 43cd5567dce31abb762e10ac3b4a325fb46e5662 /dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch | |
parent | pmask new version of gnome-python-extras (diff) | |
download | gentoo-2-2e7eed2b4e6379c8044f4256f41edcba53cd4f98.tar.gz gentoo-2-2e7eed2b4e6379c8044f4256f41edcba53cd4f98.tar.bz2 gentoo-2-2e7eed2b4e6379c8044f4256f41edcba53cd4f98.zip |
new version, disable gda module because it relies on python 2.4 API. Re-enable if its necessary for a specific package in portage, or when python 2.4 becomes stable.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch')
-rw-r--r-- | dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch b/dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch new file mode 100644 index 000000000000..37f3a2c96afb --- /dev/null +++ b/dev-python/gnome-python-extras/files/gnome-python-extras-nogda.patch @@ -0,0 +1,11 @@ +--- gnome-python-extras-2.11.4/configure.ac 2005-08-09 12:46:34.000000000 -0400 ++++ gnome-python-extras-2.11.4.new/configure.ac 2005-08-26 17:10:28.000000000 -0400 +@@ -288,7 +288,7 @@ + dnl should we build the gda module? + build_gda=false + PKG_CHECK_MODULES(GDA, [libgda >= libgda_required_version pygtk-2.0 >= pygtk_required_version], +- build_gda=true, ++ build_gda=false, + build_gda=false) + AM_CONDITIONAL(BUILD_GDA, $build_gda) + if test -n "$export_dynamic"; then |