From f9b3f6d1f3ce24ce4067e439453283e4fa57e163 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 13 Apr 2003 23:31:54 +0000 Subject: [PATCH] Fix coexistence check for py-gnome. PR: 50900 --- x11-toolkits/py-gnome2/pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-toolkits/py-gnome2/pkg-install b/x11-toolkits/py-gnome2/pkg-install index 10d19fac73bf..128d42c2f686 100644 --- a/x11-toolkits/py-gnome2/pkg-install +++ b/x11-toolkits/py-gnome2/pkg-install @@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH} export PATH if [ "$2" = "PRE-INSTALL" ]; then - if pkg_info | grep "^py-gnome-[0-9]"; then + if pkg_info | grep "^py-gnome-1\.4\.[0-9]"; then echo "py-gnome for GTK+ 1.x was detected." echo "This packages cannot coexist with py-gnome." false