Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtkmozembed/files: ruby-gtkmozembed-0.16.0-seamonkey.patch
Date: Sat, 29 Mar 2008 07:37:44
Message-Id: E1JfVdG-00017Y-4p@stork.gentoo.org
1 graaff 08/03/29 07:37:42
2
3 Added: ruby-gtkmozembed-0.16.0-seamonkey.patch
4 Log:
5 Fix seamonkey support in 0.16.0
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-ruby/ruby-gtkmozembed/files/ruby-gtkmozembed-0.16.0-seamonkey.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtkmozembed/files/ruby-gtkmozembed-0.16.0-seamonkey.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtkmozembed/files/ruby-gtkmozembed-0.16.0-seamonkey.patch?rev=1.1&content-type=text/plain
13
14 Index: ruby-gtkmozembed-0.16.0-seamonkey.patch
15 ===================================================================
16 Add seamonkey to the top of the list of gtkmozembed widgets to try. This fixes the broken seamonkey support reported in #215149.
17 --- extconf.rb.~1~ 2006-12-29 14:17:28.000000000 +0100
18 +++ extconf.rb 2008-03-29 08:28:39.166594383 +0100
19 @@ -3,7 +3,8 @@
20 =end
21
22 PACKAGE_NAME = "gtkmozembed"
23 -PACKAGE_IDS = ["xulrunner-gtkmozembed",
24 +PACKAGE_IDS = ["seamonkey-gtkmozembed",
25 + "xulrunner-gtkmozembed",
26 "firefox-gtkmozembed",
27 "mozilla-gtkmozembed"]
28
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list