summaryrefslogtreecommitdiff
blob: a7f02ab8b94e88faee5a712d7a6d718a16da883c (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
26
27
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

KDEBASE="kdevelop"
inherit kde4-base

if [[ $PV == *9999* ]]; then
	KEYWORDS=""
else
	SRC_URI="https://quickgit.kde.org/?p=${PN}.git&a=snapshot&h=${PV%%.0} -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="A LL(1) parser generator used mainly by KDevelop language plugins"
LICENSE="LGPL-2"
IUSE="debug"

DEPEND="
	sys-devel/bison
	sys-devel/flex
"
RDEPEND="dev-util/kdevelop:4"

S="${WORKDIR}/${PN}"