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 | |
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)
-rw-r--r-- | net-print/hplip/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.9.2.ebuild | 4 | ||||
-rw-r--r-- | net-print/hplip/metadata.xml | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 3dcfcb88fb8b..ebb045c33ba6 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-print/hplip # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.113 2009/03/29 14:12:11 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.114 2009/03/29 15:43:01 tommy Exp $ + + 29 Mar 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> metadata.xml, + hplip-3.9.2.ebuild: + Fix qt3/4 description, qt4 is preferred over qt3, thanks to Daniel + Pielmeier for pointing it out *hplip-3.9.2 (29 Mar 2009) 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." diff --git a/net-print/hplip/metadata.xml b/net-print/hplip/metadata.xml index f678928bd8e0..bd069c915d67 100644 --- a/net-print/hplip/metadata.xml +++ b/net-print/hplip/metadata.xml @@ -24,12 +24,10 @@ it</flag> <flag name='ppds'>Use precompiled PPD files (obsolete, use cupsddk instead)</flag> - <flag name='qt3'>Enable graphical interface using Qt 3 (recommended); when - both qt3 and qt4 USE flags are enabled then qt3 has priority over - qt4</flag> - <flag name='qt4'>Enable graphical interface using Qt 4 (experimental); when - both qt3 and qt4 USE flags are enabled then qt3 is prioritary over - qt4</flag> + <flag name='qt3'>Enable graphical interface using Qt 3; when both qt3 and + qt4 USE flags are enabled then qt4 has priority over qt3</flag> + <flag name='qt4'>Enable graphical interface using Qt 4; when both qt3 and + qt4 USE flags are enabled then qt4 has priority over qt3</flag> <flag name='scanner'>Enable scanner on multifunction devices which support it </flag> <flag name='snmp'>Add support for <pkg>net-analyzer/net-snmp</pkg> |