diff options
author | 2012-01-11 19:21:40 +0000 | |
---|---|---|
committer | 2012-01-11 19:21:40 +0000 | |
commit | b0ad16b98c487b29068bac14d55f8696691ae97e (patch) | |
tree | fd4b9da253eaa3afa4a0b6ec7baf39230260f5e6 /net-print/hplip | |
parent | Stable for HPPA (bug #397695). (diff) | |
download | gentoo-2-b0ad16b98c487b29068bac14d55f8696691ae97e.tar.gz gentoo-2-b0ad16b98c487b29068bac14d55f8696691ae97e.tar.bz2 gentoo-2-b0ad16b98c487b29068bac14d55f8696691ae97e.zip |
Fix bug #397493. Thanks to Hanno Meyer-Thurow (geki) for the report.
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'net-print/hplip')
-rw-r--r-- | net-print/hplip/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.11.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 809795c20961..2abca7c8c301 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/hplip -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.205 2011/12/18 10:52:55 billie Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.206 2012/01/11 19:21:40 billie Exp $ + + 11 Jan 2012; Daniel Pielmeier <billie@gentoo.org> hplip-3.11.12.ebuild: + Fix bug #397493. Thanks to Hanno Meyer-Thurow (geki) for the report. *hplip-3.11.12 (18 Dec 2011) diff --git a/net-print/hplip/hplip-3.11.12.ebuild b/net-print/hplip/hplip-3.11.12.ebuild index 6aca87169601..4c1111436cc3 100644 --- a/net-print/hplip/hplip-3.11.12.ebuild +++ b/net-print/hplip/hplip-3.11.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.11.12.ebuild,v 1.1 2011/12/18 10:52:55 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.11.12.ebuild,v 1.2 2012/01/11 19:21:40 billie Exp $ EAPI=4 @@ -98,7 +98,7 @@ pkg_setup() { } src_prepare() { - python_convert_shebangs -q -r 2 . + use !minimal && python_convert_shebangs -q -r 2 . # Fix for Gentoo bug #345725 sed -i -e "s|/etc/udev/rules.d|/lib/udev/rules.d|" \ |