diff options
Diffstat (limited to 'net-print/hpoj/hpoj-0.90-r1.ebuild')
-rw-r--r-- | net-print/hpoj/hpoj-0.90-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-print/hpoj/hpoj-0.90-r1.ebuild b/net-print/hpoj/hpoj-0.90-r1.ebuild index 24e9a0528f4e..f60f6e2ef8c7 100644 --- a/net-print/hpoj/hpoj-0.90-r1.ebuild +++ b/net-print/hpoj/hpoj-0.90-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.90-r1.ebuild,v 1.7 2003/09/09 06:50:56 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.90-r1.ebuild,v 1.8 2003/12/12 21:47:03 blauwers Exp $ DESCRIPTION="HP OfficeJet Linux driver" HOMEPAGE="http://hpoj.sourceforge.net/" @@ -14,10 +14,9 @@ DEPEND="qt? ( >=x11-libs/qt-3.1.0-r1 ) ssl? ( >=dev-libs/openssl-0.9.6h ) scanner? ( >=media-gfx/sane-backends-1.0.9 ) scanner? ( || ( X? ( >=media-gfx/xsane-0.89 ) >=media-gfx/sane-frontends-1.0.9 ) ) - snmp? ( >=net-analyzer/ucd-snmp-4.2.6 ) + snmp? ( virtual/snmp ) cups? ( >=net-print/cups-1.1.18-r2 ) usb? ( dev-libs/libusb )" -RDEPEND="" S=${WORKDIR}/${P} |