summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2010-05-30 18:58:18 +0000
committerDaniel Pielmeier <billie@gentoo.org>2010-05-30 18:58:18 +0000
commit9f7f9ff0908719f97dc19d1ae77058a577a0698d (patch)
tree455c9ed79744d18addacc1465225405838bed5b7 /net-print/hplip
parentVersion bump. (diff)
downloadgentoo-2-9f7f9ff0908719f97dc19d1ae77058a577a0698d.tar.gz
gentoo-2-9f7f9ff0908719f97dc19d1ae77058a577a0698d.tar.bz2
gentoo-2-9f7f9ff0908719f97dc19d1ae77058a577a0698d.zip
Update plugin patch as ~arch patch does not seem to like it.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-print/hplip')
-rw-r--r--net-print/hplip/ChangeLog6
-rw-r--r--net-print/hplip/files/hplip-3.10.2-plugin.patch9
2 files changed, 9 insertions, 6 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog
index 7d2e61d53fb1..2f79b0feedad 100644
--- a/net-print/hplip/ChangeLog
+++ b/net-print/hplip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-print/hplip
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.162 2010/05/27 20:25:45 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.163 2010/05/30 18:58:18 billie Exp $
+
+ 30 May 2010; Daniel Pielmeier <billie@gentoo.org>
+ files/hplip-3.10.2-plugin.patch:
+ Update plugin patch as ~arch patch does not seem to like it.
27 May 2010; Daniel Pielmeier <billie@gentoo.org>
files/hplip-3.10.2-plugin.patch:
diff --git a/net-print/hplip/files/hplip-3.10.2-plugin.patch b/net-print/hplip/files/hplip-3.10.2-plugin.patch
index 4f0a5b6a5cc3..999b413e898c 100644
--- a/net-print/hplip/files/hplip-3.10.2-plugin.patch
+++ b/net-print/hplip/files/hplip-3.10.2-plugin.patch
@@ -1,8 +1,7 @@
-Index: installer/core_install.py
-===================================================================
---- installer/core_install.py (revision 13658)
-+++ installer/core_install.py (working copy)
-@@ -1990,7 +1990,11 @@
+diff -Naur hplip-3.10.5-old/installer/core_install.py hplip-3.10.5/installer/core_install.py
+--- hplip-3.10.5-old/installer/core_install.py 2010-05-30 13:44:26.900212683 +0200
++++ hplip-3.10.5/installer/core_install.py 2010-05-30 13:45:58.236869364 +0200
+@@ -1990,7 +1990,11 @@
if mode == GUI_MODE:
return os.system("sh %s --nox11 -- -u" % plugin_file) == 0
else: