10f9ce96831e88f0a1245e3d86c7f55b1dfc2491
[gentoo.git] / dev-util / kdevelop-pg-qt / kdevelop-pg-qt-2.0.0-r1.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 EGIT_BRANCH="2.0"
7 KDEBASE="kdevelop"
8 KDE_TEST="forceoptional"
9 inherit kde5
10
11 DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"
12 LICENSE="LGPL-2+ LGPL-2.1+"
13 IUSE=""
14 [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
15
16 DEPEND="
17         sys-devel/bison
18         sys-devel/flex
19 "
20 RDEPEND="
21         !dev-util/kdevelop-pg-qt:4
22 "
23
24 PATCHES=( "${FILESDIR}/${P}-flex263.patch" )