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