diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-01-02 19:49:06 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-01-02 19:49:06 +0000 |
commit | 72a0cfed85a44abaaedeff127f7e84b771ef18b4 (patch) | |
tree | 07af07e14f842846bb7b2da8961b13fcfd0adbc1 /net-print | |
parent | Fix hp-systray giving up on slow machines (diff) | |
download | gentoo-2-72a0cfed85a44abaaedeff127f7e84b771ef18b4.tar.gz gentoo-2-72a0cfed85a44abaaedeff127f7e84b771ef18b4.tar.bz2 gentoo-2-72a0cfed85a44abaaedeff127f7e84b771ef18b4.zip |
Drop qt3 support
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/hplip/hplip-2.8.6b.ebuild | 20 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.9.10.ebuild | 29 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.9.12-r1.ebuild | 29 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.9.12.ebuild | 31 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.9.4b-r1.ebuild | 25 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.9.8-r3.ebuild | 33 | ||||
-rw-r--r-- | net-print/hplip/metadata.xml | 35 |
8 files changed, 79 insertions, 130 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 418d625fbbea..b784d5bfd940 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-print/hplip # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.140 2010/01/02 19:38:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.141 2010/01/02 19:49:06 yngwin Exp $ + + 02 Jan 2010; Ben de Groot <yngwin@gentoo.org> hplip-2.8.6b.ebuild, + hplip-3.9.4b-r1.ebuild, hplip-3.9.8-r3.ebuild, hplip-3.9.10.ebuild, + hplip-3.9.12.ebuild, hplip-3.9.12-r1.ebuild, metadata.xml: + Drop qt3 support *hplip-3.9.12-r1 (02 Jan 2010) diff --git a/net-print/hplip/hplip-2.8.6b.ebuild b/net-print/hplip/hplip-2.8.6b.ebuild index c3a02afe85c6..d60c61774c84 100644 --- a/net-print/hplip/hplip-2.8.6b.ebuild +++ b/net-print/hplip/hplip-2.8.6b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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-2.8.6b.ebuild,v 1.11 2009/12/26 17:44:10 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.6b.ebuild,v 1.12 2010/01/02 19:49:06 yngwin Exp $ EAPI="1" @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="cupsddk dbus doc fax minimal parport ppds qt3 qt4 scanner snmp" +IUSE="cupsddk dbus doc fax minimal parport ppds qt4 scanner snmp" # Note : libusb-compat untested (calchan 20090516) @@ -44,14 +44,7 @@ RDEPEND="${DEPEND} qt4? ( >=media-gfx/xsane-0.89 ) !qt3? ( !qt4? ( >=media-gfx/sane-frontends-1.0.9 ) ) ) - qt4? ( !qt3? ( - dev-python/PyQt4 - dbus? ( >=dev-python/dbus-python-0.80 ) - fax? ( dev-python/reportlab ) - ) ) - qt3? ( - >=dev-python/PyQt-3.14 - dev-python/ctypes + qt4? ( dev-python/PyQt4 dbus? ( >=dev-python/dbus-python-0.80 ) fax? ( dev-python/reportlab ) ) @@ -101,7 +94,6 @@ src_unpack() { # Qt4 is still undocumented by upstream, so use with caution local QT_VER use qt4 && QT_VER="4" - use qt3 && QT_VER="3" sed -i \ -e "s/%s --force-startup/%s --force-startup --qt${QT_VER}/" \ -e "s/'--force-startup'/'--force-startup', '--qt${QT_VER}'/" \ @@ -112,7 +104,7 @@ src_unpack() { } src_compile() { - if use qt3 || use qt4 ; then + if use qt4 ; then local GUI_BUILD="--enable-gui-build" else local GUI_BUILD="--disable-gui-build" @@ -143,7 +135,7 @@ src_install() { rm -f "${D}"/etc/sane.d/dll.conf # bug 106035 - use qt3 || use qt4 || rm -Rf "${D}"/usr/share/applications + use qt4 || rm -Rf "${D}"/usr/share/applications use minimal && rm -rf "${D}"/usr/lib } diff --git a/net-print/hplip/hplip-3.9.10.ebuild b/net-print/hplip/hplip-3.9.10.ebuild index 437ae152afd4..d752a479e34a 100644 --- a/net-print/hplip/hplip-3.9.10.ebuild +++ b/net-print/hplip/hplip-3.9.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.10.ebuild,v 1.7 2009/12/26 17:44:10 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.10.ebuild,v 1.8 2010/01/02 19:49:06 yngwin Exp $ EAPI="2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" # zeroconf does not work properly with >=cups-1.4. thus support for it is also disabled in hplip. -IUSE="doc fax gtk +hpcups hpijs libnotify minimal -new-hpcups parport policykit qt3 qt4 scanner snmp static-ppds -udev-acl" +IUSE="doc fax gtk +hpcups hpijs libnotify minimal -new-hpcups parport policykit qt4 scanner snmp static-ppds -udev-acl" # Note : libusb-compat untested (calchan 20090516) @@ -52,9 +52,6 @@ RDEPEND="${COMMON_DEPEND} sys-apps/dbus dev-python/dbus-python ) - qt3? ( !qt4? ( - dev-python/PyQt - ) ) qt4? ( dev-python/PyQt4[dbus,X] dev-python/pygobject @@ -71,7 +68,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=qt4 or USE=qt3 for the hplip GUI." + ! use qt4 && ewarn "You need USE=qt4 for the hplip GUI." use scanner && ! use gtk && ewarn "You need USE=gtk for the scanner GUI." @@ -129,8 +126,7 @@ src_prepare() { done local qt_ver - if use qt3 || use qt4 ; then - use qt3 && qt_ver="3" + if use qt4 ; then use qt4 && qt_ver="4" sed -i \ -e "s/%s --force-startup/%s --force-startup --qt${qt_ver}/" \ @@ -147,17 +143,12 @@ src_prepare() { src_configure() { local gui_build myconf drv_build minimal_build - if use qt3 || use qt4 ; then - gui_build="--enable-gui-build" - if use qt4 ; then - gui_build="${gui_build} --enable-qt4 --disable-qt3" - if use policykit ; then - myconf="--enable-policykit" - else - myconf="--disable-policykit" - fi + if use qt4 ; then + gui_build="--enable-gui-build --enable-qt4 --disable-qt3" + if use policykit ; then + myconf="--enable-policykit" else - use qt3 && gui_build="${gui_build} --enable-qt3 --disable-qt4" + myconf="--disable-policykit" fi else gui_build="--disable-gui-build --disable-qt3 --disable-qt4" diff --git a/net-print/hplip/hplip-3.9.12-r1.ebuild b/net-print/hplip/hplip-3.9.12-r1.ebuild index 7bfccd7450f1..24bfbdb06fe8 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.1 2010/01/02 19:38:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.12-r1.ebuild,v 1.2 2010/01/02 19:49:06 yngwin Exp $ EAPI=2 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" # zeroconf does not work properly with >=cups-1.4. thus support for it is also disabled in hplip. -IUSE="doc fax gtk +hpcups hpijs libnotify minimal -new-hpcups parport policykit qt3 qt4 scanner snmp static-ppds -udev-acl" +IUSE="doc fax gtk +hpcups hpijs libnotify minimal -new-hpcups parport policykit qt4 scanner snmp static-ppds -udev-acl" # Note : libusb-compat untested (calchan 20090516) @@ -52,9 +52,6 @@ RDEPEND="${COMMON_DEPEND} sys-apps/dbus dev-python/dbus-python ) - qt3? ( !qt4? ( - dev-python/PyQt - ) ) qt4? ( dev-python/PyQt4[dbus,X] dev-python/pygobject @@ -71,7 +68,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=qt4 or USE=qt3 for the hplip GUI." + ! use qt4 && ewarn "You need USE=qt4 for the hplip GUI." use scanner && ! use gtk && ewarn "You need USE=gtk for the scanner GUI." @@ -133,9 +130,8 @@ src_prepare() { done local qt_ver - if use qt3 || use qt4 ; then - use qt3 && qt_ver="3" - use qt4 && qt_ver="4" + if use qt4 ; then + qt_ver="4" sed -i \ -e "s/%s --force-startup/%s --force-startup --qt${qt_ver}/" \ -e "s/'--force-startup'/'--force-startup', '--qt${qt_ver}'/" \ @@ -151,17 +147,12 @@ src_prepare() { src_configure() { local gui_build myconf drv_build minimal_build - if use qt3 || use qt4 ; then - gui_build="--enable-gui-build" - if use qt4 ; then - gui_build="${gui_build} --enable-qt4 --disable-qt3" - if use policykit ; then - myconf="--enable-policykit" - else - myconf="--disable-policykit" - fi + if use qt4 ; then + gui_build="--enable-gui-build --enable-qt4 --disable-qt3" + if use policykit ; then + myconf="--enable-policykit" else - use qt3 && gui_build="${gui_build} --enable-qt3 --disable-qt4" + myconf="--disable-policykit" fi else gui_build="--disable-gui-build --disable-qt3 --disable-qt4" diff --git a/net-print/hplip/hplip-3.9.12.ebuild b/net-print/hplip/hplip-3.9.12.ebuild index 9ccfa59982b9..c42a3b64da3f 100644 --- a/net-print/hplip/hplip-3.9.12.ebuild +++ b/net-print/hplip/hplip-3.9.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.ebuild,v 1.3 2009/12/26 17:44:10 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.12.ebuild,v 1.4 2010/01/02 19:49:06 yngwin Exp $ EAPI=2 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" # zeroconf does not work properly with >=cups-1.4. thus support for it is also disabled in hplip. -IUSE="doc fax gtk +hpcups hpijs libnotify minimal -new-hpcups parport policykit qt3 qt4 scanner snmp static-ppds -udev-acl" +IUSE="doc fax gtk +hpcups hpijs libnotify minimal -new-hpcups parport policykit qt4 scanner snmp static-ppds -udev-acl" # Note : libusb-compat untested (calchan 20090516) @@ -52,9 +52,6 @@ RDEPEND="${COMMON_DEPEND} sys-apps/dbus dev-python/dbus-python ) - qt3? ( !qt4? ( - dev-python/PyQt - ) ) qt4? ( dev-python/PyQt4[dbus,X] dev-python/pygobject @@ -71,7 +68,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=qt4 or USE=qt3 for the hplip GUI." + ! use qt4 && ewarn "You need USE=qt4 for the hplip GUI." use scanner && ! use gtk && ewarn "You need USE=gtk for the scanner GUI." @@ -129,9 +126,8 @@ src_prepare() { done local qt_ver - if use qt3 || use qt4 ; then - use qt3 && qt_ver="3" - use qt4 && qt_ver="4" + if use qt4 ; then + qt_ver="4" sed -i \ -e "s/%s --force-startup/%s --force-startup --qt${qt_ver}/" \ -e "s/'--force-startup'/'--force-startup', '--qt${qt_ver}'/" \ @@ -147,17 +143,12 @@ src_prepare() { src_configure() { local gui_build myconf drv_build minimal_build - if use qt3 || use qt4 ; then - gui_build="--enable-gui-build" - if use qt4 ; then - gui_build="${gui_build} --enable-qt4 --disable-qt3" - if use policykit ; then - myconf="--enable-policykit" - else - myconf="--disable-policykit" - fi + if use qt4 ; then + gui_build="--enable-gui-build --enable-qt4 --disable-qt3" + if use policykit ; then + myconf="--enable-policykit" else - use qt3 && gui_build="${gui_build} --enable-qt3 --disable-qt4" + myconf="--disable-policykit" fi else gui_build="--disable-gui-build --disable-qt3 --disable-qt4" diff --git a/net-print/hplip/hplip-3.9.4b-r1.ebuild b/net-print/hplip/hplip-3.9.4b-r1.ebuild index ebd9b7a140a7..2f5d791fe6a4 100644 --- a/net-print/hplip/hplip-3.9.4b-r1.ebuild +++ b/net-print/hplip/hplip-3.9.4b-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.4b-r1.ebuild,v 1.7 2009/12/26 17:44:10 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.4b-r1.ebuild,v 1.8 2010/01/02 19:49:06 yngwin Exp $ EAPI="2" @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="cupsddk dbus doc fax gtk minimal parport policykit ppds qt3 qt4 scanner snmp" +IUSE="cupsddk dbus doc fax gtk minimal parport policykit ppds qt4 scanner snmp" # Note : libusb-compat untested (calchan 20090516) @@ -52,9 +52,6 @@ RDEPEND="${DEPEND} fax? ( dev-python/reportlab ) - qt3? ( !qt4? ( - dev-python/PyQt - ) ) qt4? ( dev-python/PyQt4[X] ) @@ -69,7 +66,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 or USE=qt4 for the hplip GUI." + ! use qt4 && ewarn "You need USE=qt4 for the hplip GUI." use scanner && ! use gtk && ewarn "You need USE=gtk for the scanner GUI." @@ -126,9 +123,8 @@ src_prepare() { # Qt4 is still undocumented by upstream, so use with caution local qt_ver - use qt3 && qt_ver="3" use qt4 && qt_ver="4" - if use qt3 || use qt4 ; then + if use qt4 ; then sed -i \ -e "s/%s --force-startup/%s --force-startup --qt${qt_ver}/" \ -e "s/'--force-startup'/'--force-startup', '--qt${qt_ver}'/" \ @@ -144,13 +140,8 @@ src_prepare() { } src_configure() { - if use qt3 || use qt4 ; then - local gui_build="--enable-gui-build" - if use qt4; then - gui_build="${gui_build} --enable-qt4 --disable-qt3" - else - use qt3 && gui_build="${gui_build} --enable-qt3 --disable-qt4" - fi + if use qt4 ; then + local gui_build="--enable-gui-build --enable-qt4 --disable-qt3" else local gui_build="--disable-gui-build" fi @@ -181,7 +172,7 @@ src_install() { use minimal && rm -r "${D}"/usr/$(get_libdir) # bug 106035/259763 - if ! use qt3 && ! use qt4; then + if ! use qt4; then rm -r "${D}"/usr/share/applications "${D}"/etc/xdg fi diff --git a/net-print/hplip/hplip-3.9.8-r3.ebuild b/net-print/hplip/hplip-3.9.8-r3.ebuild index eaa40ec1afd1..82daa7cc6968 100644 --- a/net-print/hplip/hplip-3.9.8-r3.ebuild +++ b/net-print/hplip/hplip-3.9.8-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.8-r3.ebuild,v 1.5 2009/12/26 17:44:10 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.8-r3.ebuild,v 1.6 2010/01/02 19:49:06 yngwin Exp $ EAPI="2" @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="doc fax gtk +hpcups hpijs libnotify minimal parport policykit qt3 qt4 scanner snmp static-ppds -udev-acl" +IUSE="doc fax gtk +hpcups hpijs libnotify minimal parport policykit qt4 scanner snmp static-ppds -udev-acl" # Note : libusb-compat untested (calchan 20090516) @@ -51,9 +51,6 @@ RDEPEND="${COMMON_DEPEND} sys-apps/dbus dev-python/dbus-python ) - qt3? ( !qt4? ( - dev-python/PyQt - ) ) qt4? ( dev-python/PyQt4[dbus,X] dev-python/pygobject @@ -70,7 +67,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=qt4 or USE=qt3 for the hplip GUI." + ! use qt4 && ewarn "You need USE=qt4 for the hplip GUI." use scanner && ! use gtk && ewarn "You need USE=gtk for the scanner GUI." @@ -119,9 +116,8 @@ src_prepare() { done local qt_ver - if use qt3 || use qt4 ; then - use qt3 && qt_ver="3" - use qt4 && qt_ver="4" + if use qt4 ; then + qt_ver="4" sed -i \ -e "s/%s --force-startup/%s --force-startup --qt${qt_ver}/" \ -e "s/'--force-startup'/'--force-startup', '--qt${qt_ver}'/" \ @@ -143,17 +139,12 @@ src_prepare() { src_configure() { local drv_build gui_build myconf - if use qt3 || use qt4 ; then - gui_build="--enable-gui-build" - if use qt4 ; then - gui_build="${gui_build} --enable-qt4 --disable-qt3" - if use policykit ; then - myconf="--enable-policykit" - else - myconf="--disable-policykit" - fi + if use qt4 ; then + gui_build="--enable-gui-build --enable-qt4 --disable-qt3" + if use policykit ; then + myconf="--enable-policykit" else - use qt3 && gui_build="${gui_build} --enable-qt3 --disable-qt4" + myconf="--disable-policykit" fi else gui_build="--disable-gui-build --disable-qt3 --disable-qt4" @@ -223,7 +214,7 @@ src_install() { rm -f "${D}"/etc/sane.d/dll.conf # bug 106035/259763 - if ! use qt3 && ! use qt4 ; then + if ! use qt4 ; then rm -r "${D}"/usr/share/applications "${D}"/etc/xdg fi diff --git a/net-print/hplip/metadata.xml b/net-print/hplip/metadata.xml index 7ee87abd3f3b..375947d5d542 100644 --- a/net-print/hplip/metadata.xml +++ b/net-print/hplip/metadata.xml @@ -21,40 +21,37 @@ <use> <flag name="doc">Build documentation</flag> - <flag name="cupsddk">Add support for <pkg>net-print/cupsddk</pkg> which + <flag name="cupsddk">Add support for <pkg>net-print/cupsddk</pkg> which enables dynamic PPD files (recommended)</flag> - <flag name="dbus">Add support for <pkg>sys-apps/dbus</pkg> which enables + <flag name="dbus">Add support for <pkg>sys-apps/dbus</pkg> which enables better communications with your device (recommended)</flag> - <flag name="fax">Enable fax on multifunction devices which support + <flag name="fax">Enable fax on multifunction devices which support it</flag> - <flag name="gtk">Enable GTK+ dependencies, currently only the scanner GUI + <flag name="gtk">Enable GTK+ dependencies, currently only the scanner GUI with USE=scanner</flag> <flag name="hpcups">Build the hpcups driver for cups (by HP)</flag> <flag name="hpijs">Build the IJS driver for cups (Foomatic)</flag> <flag name="libnotify">Enables desktop notifications</flag> - <flag name="minimal">Only build internal hpijs driver (not recommended at + <flag name="minimal">Only build internal hpijs driver (not recommended at all, make sure you know what you are doing)</flag> - <flag name="new-hpcups">Build the new hpcups driver for cups which is no + <flag name="new-hpcups">Build the new hpcups driver for cups which is no longer based on APDK (by HP)</flag> - <flag name="parport">Enable parallel port for devices which require + <flag name="parport">Enable parallel port for devices which require it</flag> - <flag name="policykit">Enable sys-auth/policykit authentication + <flag name="policykit">Enable sys-auth/policykit authentication support</flag> - <flag name="ppds">Use precompiled PPD files (obsolete, use cupsddk + <flag name="ppds">Use precompiled PPD files (obsolete, use cupsddk instead)</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 + <flag name="qt4">Enable graphical interface using Qt 4</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> which - enables this driver to work over networks (both for server and + <flag name="snmp">Add support for <pkg>net-analyzer/net-snmp</pkg> which + enables this driver to work over networks (both for server and client)</flag> - <flag name="static-ppds">Use statically-generated PPDs instead of Dynamic - PPDs. This is deprecated, and this USE flag is thus suggested to stay + <flag name="static-ppds">Use statically-generated PPDs instead of Dynamic + PPDs. This is deprecated, and this USE flag is thus suggested to stay turned off</flag> - <flag name="udev-acl">Install udev acl rules which needs + <flag name="udev-acl">Install udev acl rules which needs <pkg>sys-fs/udev</pkg> with acl support</flag> </use> |