Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol/files/1.2.1: nosplash-gentoo.patch
Date: Sun, 02 Aug 2009 17:12:06
Message-Id: E1MXebM-0007ld-7o@stork.gentoo.org
1 je_fro 09/08/02 17:12:04
2
3 Added: nosplash-gentoo.patch
4 Log:
5 fix nosplash patch
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/pymol/files/1.2.1/nosplash-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol/files/1.2.1/nosplash-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol/files/1.2.1/nosplash-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: nosplash-gentoo.patch
15 ===================================================================
16 --- modules/pymol/invocation.py 2009-06-25 17:26:27.000000000 +0200
17 +++ modules/pymol/invocation.py.new 2009-06-25 17:41:57.000000000 +0200
18 @@ -395,6 +395,4 @@
19 if loaded_something and (options.after_load_script!=""):
20 options.deferred.append(options.after_load_script)
21 options.deferred.extend(final_actions)
22 - if options.show_splash and not options.no_gui and not restricted:
23 - options.deferred.insert(0,"_do__ cmd.splash(1)")