diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2010-05-04 19:30:24 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2010-05-04 19:30:24 +0000 |
commit | 4e71fe162f3c7238e5c561de27e9e180bffac477 (patch) | |
tree | 1422a54ac113acd50edf64c1583de7cdf3eb46ef /net-print/hplip/hplip-3.9.12-r1.ebuild | |
parent | Drop libpng14 patch, fixed upstream. (diff) | |
download | gentoo-2-4e71fe162f3c7238e5c561de27e9e180bffac477.tar.gz gentoo-2-4e71fe162f3c7238e5c561de27e9e180bffac477.tar.bz2 gentoo-2-4e71fe162f3c7238e5c561de27e9e180bffac477.zip |
Remove USE new-hpcups, as it does not do anything.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-print/hplip/hplip-3.9.12-r1.ebuild')
-rw-r--r-- | net-print/hplip/hplip-3.9.12-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-print/hplip/hplip-3.9.12-r1.ebuild b/net-print/hplip/hplip-3.9.12-r1.ebuild index 8820048fa423..fbf067c3c608 100644 --- a/net-print/hplip/hplip-3.9.12-r1.ebuild +++ b/net-print/hplip/hplip-3.9.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.12-r1.ebuild,v 1.8 2010/04/17 17:41:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.12-r1.ebuild,v 1.9 2010/05/04 19:30:24 billie Exp $ EAPI=2 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc ppc64 x86" # zeroconf does not work properly with >=cups-1.4. thus support for it is also disabled in hplip. -IUSE="doc fax +hpcups hpijs libnotify minimal -new-hpcups parport policykit qt4 scanner snmp static-ppds -udev-acl X" +IUSE="doc fax +hpcups hpijs libnotify minimal parport policykit qt4 scanner snmp static-ppds -udev-acl X" COMMON_DEPEND=" media-libs/jpeg @@ -216,7 +216,6 @@ src_configure() { ${myconf} \ ${drv_build} \ ${minimal_build} \ - $(use_enable new-hpcups new-hpcups) \ $(use_enable doc doc-build) \ $(use_enable fax fax-build) \ $(use_enable parport pp-build) \ |