diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-03-29 15:43:01 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-03-29 15:43:01 +0000 |
commit | e027d13a5602a13e55bdb7e3bc9cdffe17351cbf (patch) | |
tree | 671b31f8ce8640020e719117b7451a41fc53a6cc /net-print/hplip/hplip-3.9.2.ebuild | |
parent | - keyword ~arm (diff) | |
download | gentoo-2-e027d13a5602a13e55bdb7e3bc9cdffe17351cbf.tar.gz gentoo-2-e027d13a5602a13e55bdb7e3bc9cdffe17351cbf.tar.bz2 gentoo-2-e027d13a5602a13e55bdb7e3bc9cdffe17351cbf.zip |
Fix qt3/4 description, qt4 is preferred over qt3, thanks to Daniel Pielmeier for pointing it out
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'net-print/hplip/hplip-3.9.2.ebuild')
-rw-r--r-- | net-print/hplip/hplip-3.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/hplip/hplip-3.9.2.ebuild b/net-print/hplip/hplip-3.9.2.ebuild index 61ce1ee6a404..6873f287cc13 100644 --- a/net-print/hplip/hplip-3.9.2.ebuild +++ b/net-print/hplip/hplip-3.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.2.ebuild,v 1.1 2009/03/29 14:12:11 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.2.ebuild,v 1.2 2009/03/29 15:43:01 tommy Exp $ EAPI="2" @@ -57,7 +57,7 @@ CONFIG_CHECK="PARPORT PPDEV" ERROR_PARPORT="Please make sure parallel port support is enabled in your kernel (PARPORT and PPDEV)." pkg_setup() { - ! use qt3 && ! use qt4 && ewarn "You need USE=qt3 (recommended) or USE=qt4 for the hplip GUI." + ! use qt3 && ! use qt4 && ewarn "You need USE=qt3 or USE=qt4 for the hplip GUI." use scanner && ! use gtk && ewarn "You need USE=gtk for the scanner GUI." |