diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-01-19 17:41:56 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-01-19 17:42:11 +0100 |
commit | c98d5533d63117b3c3640c846d7312bd1a212b98 (patch) | |
tree | 345162bb8ef4c89f864de33b9f99285cb8c2e823 /net-libs/qmf | |
parent | dev-db/phpmyadmin: 4.4.15.2 and 4.5.3.1 stable on x86, see bug 569800 (diff) | |
download | gentoo-c98d5533d63117b3c3640c846d7312bd1a212b98.tar.gz gentoo-c98d5533d63117b3c3640c846d7312bd1a212b98.tar.bz2 gentoo-c98d5533d63117b3c3640c846d7312bd1a212b98.zip |
net-libs/qmf: add missing USE dependency
Gentoo-Bug: 572218
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-libs/qmf')
-rw-r--r-- | net-libs/qmf/qmf-4.0.3.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/qmf/qmf-4.0.3.ebuild b/net-libs/qmf/qmf-4.0.3.ebuild index ebaf41700943..12e8712b63fd 100644 --- a/net-libs/qmf/qmf-4.0.3.ebuild +++ b/net-libs/qmf/qmf-4.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,16 +26,16 @@ KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="debug doc examples icu test zlib" RDEPEND=" - >=dev-qt/qtcore-4.8:4 - >=dev-qt/qtgui-4.8:4 - >=dev-qt/qtsql-4.8:4 - examples? ( >=dev-qt/qtwebkit-4.8:4 ) + dev-qt/qtcore:4[ssl] + dev-qt/qtgui:4 + dev-qt/qtsql:4 + examples? ( dev-qt/qtwebkit:4 ) icu? ( dev-libs/icu:= ) zlib? ( sys-libs/zlib ) " DEPEND="${RDEPEND} virtual/pkgconfig - test? ( >=dev-qt/qttest-4.8:4 ) + test? ( dev-qt/qttest:4 ) " DOCS=( CHANGES ) |