blob: af907c081fece3f89fc3c600b2cea0e89c67dd17 (
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
EAPI=6
inherit cmake-utils
DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
HOMEPAGE="https://community.kde.org/Alkimia/libalkimia"
SRC_URI="mirror://kde/stable/${PN/lib/}/${PV}/src/${P}.tar.xz"
LICENSE="LGPL-2.1+"
KEYWORDS="amd64 x86"
SLOT="0/5"
IUSE=""
RDEPEND="
dev-libs/gmp:0=[cxx]
dev-qt/qtcore:4
dev-qt/qtdbus:4
kde-frameworks/kdelibs:4
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"
|