diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-11-28 21:51:36 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-11-28 21:51:36 +0000 |
commit | d624b9d4b81ef7432d11715af58e5ba68aa30b67 (patch) | |
tree | ec38c37e04c748ed397e2dc030ce667969ddcf3d /net-print | |
parent | Stable on amd64, req. Chainsaw (diff) | |
download | gentoo-2-d624b9d4b81ef7432d11715af58e5ba68aa30b67.tar.gz gentoo-2-d624b9d4b81ef7432d11715af58e5ba68aa30b67.tar.bz2 gentoo-2-d624b9d4b81ef7432d11715af58e5ba68aa30b67.zip |
fully fix bug 150801
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hplip/hplip-1.6.10.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 85be60ebad7b..26313b35042d 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/hplip # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.45 2006/11/26 20:10:02 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.46 2006/11/28 21:51:36 genstef Exp $ + + 28 Nov 2006; Stefan Schweizer <genstef@gentoo.org> hplip-1.6.10.ebuild: + fully fix bug 150801 26 Nov 2006; Stefan Schweizer <genstef@gentoo.org> hplip-1.6.10.ebuild: Add missing cp, thanks jakub in bug 150801 diff --git a/net-print/hplip/hplip-1.6.10.ebuild b/net-print/hplip/hplip-1.6.10.ebuild index 8b472d45fc3e..7cf32ffc318d 100644 --- a/net-print/hplip/hplip-1.6.10.ebuild +++ b/net-print/hplip/hplip-1.6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-1.6.10.ebuild,v 1.2 2006/11/26 20:10:02 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-1.6.10.ebuild,v 1.3 2006/11/28 21:51:36 genstef Exp $ inherit eutils @@ -92,6 +92,7 @@ src_install() { rm -f "${D}"/usr/$(get_libdir)/libsane-hpaio.so rm -f "${D}"/usr/$(get_libdir)/libsane-hpaio.so.1 rm -f "${D}"/usr/$(get_libdir)/libsane-hpaio.so.1.0.0 + rm -f "${D}"/etc/sane.d/dll.conf fi # bug 106035 |