# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 KDE_TEST="true" KMNAME="kdev-css" inherit kde5 DESCRIPTION="CSS Language Support plugin for KDevelop" HOMEPAGE="https://www.kdevelop.org/" LICENSE="GPL-2" KEYWORDS="" IUSE="" BDEPEND=" sys-devel/flex test? ( >=dev-util/kdevelop-5.1.80:5[test] ) " DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep ktexteditor) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep threadweaver) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) dev-util/kdevelop-pg-qt:5 >=dev-util/kdevelop-5.1.80:5= " RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-tests.patch" ) # TODO: upstream