summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-03-25 23:17:24 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-03-25 23:17:24 +0000
commit2b8a74100e03c07fcd0f0ab06fb6fb9e9edf61d5 (patch)
treee2c8145c0c2613add52d7b56c73f7df76233bdf8 /app-crypt/seahorse/files/seahorse-0.7.6-gnome-2.10.patch
parentversion bump. masked bump. (diff)
downloadhistorical-2b8a74100e03c07fcd0f0ab06fb6fb9e9edf61d5.tar.gz
historical-2b8a74100e03c07fcd0f0ab06fb6fb9e9edf61d5.tar.bz2
historical-2b8a74100e03c07fcd0f0ab06fb6fb9e9edf61d5.zip
bug 85701
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-crypt/seahorse/files/seahorse-0.7.6-gnome-2.10.patch')
-rw-r--r--app-crypt/seahorse/files/seahorse-0.7.6-gnome-2.10.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-crypt/seahorse/files/seahorse-0.7.6-gnome-2.10.patch b/app-crypt/seahorse/files/seahorse-0.7.6-gnome-2.10.patch
new file mode 100644
index 000000000000..f0967ccba822
--- /dev/null
+++ b/app-crypt/seahorse/files/seahorse-0.7.6-gnome-2.10.patch
@@ -0,0 +1,14 @@
+--- configure.in.orig 2005-03-18 01:38:43.000000000 +0100
++++ configure.in 2005-03-18 01:40:01.000000000 +0100
+@@ -217,8 +217,9 @@
+ echo "enabling gedit plugin..."
+ echo "checking for supported versions of gedit..."
+
+- PKG_CHECK_MODULES(GEDIT, gedit-2.8 >= 2.8.0, ,
+- [PKG_CHECK_MODULES(GEDIT, gedit-2.6 >= 2.6.0)])
++ PKG_CHECK_MODULES(GEDIT, gedit-2.10 >= 2.10.0, ,
++ [PKG_CHECK_MODULES(GEDIT, gedit-2.8 >= 2.8.0, ,
++ [PKG_CHECK_MODULES(GEDIT, gedit-2.6 >= 2.6.0)])])
+
+ AC_SUBST(GEDIT_CFLAGS)
+ fi