blob: cb58f0e4b6db9f4159f628626d441763550ea29b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
EGIT_BRANCH="frameworks"
KDE_NLS="true"
inherit kde5
DESCRIPTION="A user friendly IRC Client for KDE"
HOMEPAGE="http://kde.org/applications/internet/konversation/ http://konversation.kde.org"
LICENSE="GPL-2"
KEYWORDS=""
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
sys-devel/gettext
"
|