diff options
author | 2010-01-02 23:31:50 +0000 | |
---|---|---|
committer | 2010-01-02 23:31:50 +0000 | |
commit | 7e365ccf6f4fd0dbd021b86179089252fc19869c (patch) | |
tree | 34b61cc7b5dc286df3d8ac091fb789061a2c7294 /net-print/hplip | |
parent | Old-style virtuals can't take use deps (diff) | |
download | gentoo-2-7e365ccf6f4fd0dbd021b86179089252fc19869c.tar.gz gentoo-2-7e365ccf6f4fd0dbd021b86179089252fc19869c.tar.bz2 gentoo-2-7e365ccf6f4fd0dbd021b86179089252fc19869c.zip |
Remove remaining qt3 useflag usage
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-print/hplip')
-rw-r--r-- | net-print/hplip/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hplip/hplip-2.8.6b.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index b784d5bfd940..84c7b02bbc83 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,9 @@ # 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.141 2010/01/02 19:49:06 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.142 2010/01/02 23:31:50 yngwin Exp $ + + 02 Jan 2010; Ben de Groot <yngwin@gentoo.org> hplip-2.8.6b.ebuild: + Remove remaining qt3 useflag usage 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, diff --git a/net-print/hplip/hplip-2.8.6b.ebuild b/net-print/hplip/hplip-2.8.6b.ebuild index d60c61774c84..45fd99fc3e1f 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-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.12 2010/01/02 19:49:06 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.6b.ebuild,v 1.13 2010/01/02 23:31:50 yngwin Exp $ EAPI="1" @@ -40,9 +40,8 @@ RDEPEND="${DEPEND} !<sys-fs/udev-114 scanner? ( dev-python/imaging - qt3? ( >=media-gfx/xsane-0.89 ) qt4? ( >=media-gfx/xsane-0.89 ) - !qt3? ( !qt4? ( >=media-gfx/sane-frontends-1.0.9 ) ) + !qt4? ( >=media-gfx/sane-frontends-1.0.9 ) ) qt4? ( dev-python/PyQt4 dbus? ( >=dev-python/dbus-python-0.80 ) |