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
commit2d48aab0219f8931af750311df891bf8af8f11e5 (patch)
treeec35890b6cb2221479ed0cd6160f0fba1b247701 /app-crypt/seahorse/files
parentversion bump. masked bump. (diff)
downloadgentoo-2-2d48aab0219f8931af750311df891bf8af8f11e5.tar.gz
gentoo-2-2d48aab0219f8931af750311df891bf8af8f11e5.tar.bz2
gentoo-2-2d48aab0219f8931af750311df891bf8af8f11e5.zip
bug 85701
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-crypt/seahorse/files')
-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