aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/pymol/files/1.2.2/nosplash-gentoo.patch')
-rw-r--r--sci-chemistry/pymol/files/1.2.2/nosplash-gentoo.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-chemistry/pymol/files/1.2.2/nosplash-gentoo.patch b/sci-chemistry/pymol/files/1.2.2/nosplash-gentoo.patch
new file mode 100644
index 000000000..3125b2856
--- /dev/null
+++ b/sci-chemistry/pymol/files/1.2.2/nosplash-gentoo.patch
@@ -0,0 +1,9 @@
+--- modules/pymol/invocation.py 2009-06-25 17:26:27.000000000 +0200
++++ modules/pymol/invocation.py.new 2009-06-25 17:41:57.000000000 +0200
+@@ -395,6 +395,4 @@
+ if loaded_something and (options.after_load_script!=""):
+ options.deferred.append(options.after_load_script)
+ options.deferred.extend(final_actions)
+- if options.show_splash and not options.no_gui and not restricted:
+- options.deferred.insert(0,"_do__ cmd.splash(1)")
+