diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2011-01-26 20:45:24 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2011-01-26 20:45:24 +0000 |
commit | 44529f23d816ef17a0fcc819a60dbfc0e952b544 (patch) | |
tree | cd0d0e38cfae3f72cd042b49424893433a5c20b6 /net-print/hplip | |
parent | Missing dev-util/intltool and x11-proto/xproto dependencies. Fix USE="udev" h... (diff) | |
download | gentoo-2-44529f23d816ef17a0fcc819a60dbfc0e952b544.tar.gz gentoo-2-44529f23d816ef17a0fcc819a60dbfc0e952b544.tar.bz2 gentoo-2-44529f23d816ef17a0fcc819a60dbfc0e952b544.zip |
Revision bump to fix bug #345725. Thanks to Ben Sagal for reporting.
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'net-print/hplip')
-rw-r--r-- | net-print/hplip/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.11.1-r1.ebuild (renamed from net-print/hplip/hplip-3.11.1.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 0a2c826cfb8c..6c686f2cf163 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,12 @@ # 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.178 2011/01/24 20:51:55 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.179 2011/01/26 20:45:23 billie Exp $ + +*hplip-3.11.1-r1 (26 Jan 2011) + + 26 Jan 2011; Daniel Pielmeier <billie@gentoo.org> -hplip-3.11.1.ebuild, + +hplip-3.11.1-r1.ebuild: + Revision bump to fix bug #345725. Thanks to Ben Sagal for reporting. *hplip-3.11.1 (24 Jan 2011) diff --git a/net-print/hplip/hplip-3.11.1.ebuild b/net-print/hplip/hplip-3.11.1-r1.ebuild index d3c5a9361bd4..c7aacda1589e 100644 --- a/net-print/hplip/hplip-3.11.1.ebuild +++ b/net-print/hplip/hplip-3.11.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.11.1.ebuild,v 1.1 2011/01/24 20:51:55 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.11.1-r1.ebuild,v 1.1 2011/01/26 20:45:24 billie Exp $ EAPI=2 @@ -100,10 +100,10 @@ pkg_setup() { src_prepare() { python_convert_shebangs -q -r 2 . - # Test for Gentoo bug #345725 - #sed -i -e "s|/etc/udev/rules.d|/$(get_libdir)/udev/rules.d|" \ - # $(find ./ -type f -exec grep -l '/etc/udev/rules.d' '{}' '+') \ - # || die "sed udev rules" + # Fix for Gentoo bug #345725 + sed -i -e "s|/etc/udev/rules.d|/$(get_libdir)/udev/rules.d|" \ + $(find ./ -type f -exec grep -l '/etc/udev/rules.d' '{}' '+') \ + || die "sed udev rules" # Do not install desktop files if there is no gui # Upstream bug: https://bugs.launchpad.net/hplip/+bug/452113 |