blob: 7fad1ec9d113bbd9d3a4ce435e4fadbc1e188e06 [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
KEYWORDS=" ~amd64 ~x86"
IUSE="nls"
RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kwidgetsaddons)
dev-qt/qtgui:5
dev-qt/qtwidgets:5
"
DEPEND="${RDEPEND}
nls? ( dev-qt/linguist-tools:5 )
"