diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-07-25 10:02:52 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-07-25 10:02:52 +0000 |
commit | 31b76a558f18455a5b996b688d5c3cdbdc24d9ce (patch) | |
tree | 7bd64201c66e96e0575adf982ee75eb987c49ca6 /net-print | |
parent | Remove unused ebuild and patches. (diff) | |
download | gentoo-2-31b76a558f18455a5b996b688d5c3cdbdc24d9ce.tar.gz gentoo-2-31b76a558f18455a5b996b688d5c3cdbdc24d9ce.tar.bz2 gentoo-2-31b76a558f18455a5b996b688d5c3cdbdc24d9ce.zip |
Fixed bug #161926, thanks to Daniel Klaffenbach, Tom Dexter and Francisco Lloret.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/hplip/hplip-2.7.6.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 0e2ce225a464..79e08d0b57d3 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/hplip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.69 2007/07/25 08:03:29 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.70 2007/07/25 10:02:52 calchan Exp $ + + 25 Jul 2007; Denis Dupeyron <calchan@gentoo.org> hplip-2.7.6.ebuild: + Fixed bug #161926, thanks to Daniel Klaffenbach, Tom Dexter and Francisco + Lloret. 25 Jul 2007; Denis Dupeyron <calchan@gentoo.org> hplip-2.7.6.ebuild: Updated post-install info before unmasking the new release. diff --git a/net-print/hplip/hplip-2.7.6.ebuild b/net-print/hplip/hplip-2.7.6.ebuild index 81f09720bd21..6a5353de2957 100644 --- a/net-print/hplip/hplip-2.7.6.ebuild +++ b/net-print/hplip/hplip-2.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.7.6.ebuild,v 1.2 2007/07/25 08:03:29 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.7.6.ebuild,v 1.3 2007/07/25 10:02:52 calchan Exp $ inherit eutils linux-info @@ -62,6 +62,9 @@ src_unpack() { # bug 98428 sed -i -e "s:/usr/bin/env python:/usr/bin/python:g" hpssd.py || die "Patching hpssd.py failed" + + # bug 161926, until fixed by upstream probably in 2.7.7 + sed -i -e "s:if (!localOnly):if (1):" scan/sane/hpaio.c || die "Patching scan/sane/hpaio.c failed" } src_compile() { |