diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2012-07-01 12:51:02 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2012-07-01 12:51:02 +0000 |
commit | da739a8ae2605df780c0617dad3c07585bc17749 (patch) | |
tree | b6cab84ed6a0af957ffa8f04c791d8f9b7811f8e /net-print | |
parent | Add patch to fix building with libpng 1.5. Thanks to Stefano for the patch, c... (diff) | |
download | gentoo-2-da739a8ae2605df780c0617dad3c07585bc17749.tar.gz gentoo-2-da739a8ae2605df780c0617dad3c07585bc17749.tar.bz2 gentoo-2-da739a8ae2605df780c0617dad3c07585bc17749.zip |
Fix bug #424155. Thanks Derk W te Bokkel for the report.
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.12.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 71a6ecceaa4a..f8e3f2c77d6b 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/hplip # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.229 2012/06/29 15:52:45 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.230 2012/07/01 12:51:02 billie Exp $ + + 01 Jul 2012; Daniel Pielmeier <billie@gentoo.org> hplip-3.12.6.ebuild: + Fix bug #424155. Thanks Derk W te Bokkel for the report. *hplip-3.12.6 (29 Jun 2012) diff --git a/net-print/hplip/hplip-3.12.6.ebuild b/net-print/hplip/hplip-3.12.6.ebuild index ea4e3f759342..b8500cf4a78a 100644 --- a/net-print/hplip/hplip-3.12.6.ebuild +++ b/net-print/hplip/hplip-3.12.6.ebuild @@ -1,6 +1,6 @@ # 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.12.6.ebuild,v 1.1 2012/06/29 15:52:45 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.12.6.ebuild,v 1.2 2012/07/01 12:51:02 billie Exp $ EAPI=4 @@ -186,7 +186,7 @@ src_configure() { --disable-shadow-build \ --disable-qt3 \ --disable-libusb01_build \ - --enable-udev_sysfs_rules \ + --disable-udev_sysfs_rules \ --with-cupsbackenddir=$(cups-config --serverbin)/backend \ --with-cupsfilterdir=$(cups-config --serverbin)/filter \ --with-docdir=/usr/share/doc/${PF} \ |