dev-python/pytest: arm64 stable (bug #723996)
[gentoo.git] / kde-frameworks / kactivities-stats / kactivities-stats-5.70.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 PVCUT=$(ver_cut 1-2)
7 QTMIN=5.12.3
8 inherit ecm kde.org
9
10 DESCRIPTION="Framework for getting the usage statistics collected by the activities service"
11 LICENSE="LGPL-2+"
12 KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
13 IUSE=""
14
15 RDEPEND="
16         >=dev-qt/qtdbus-${QTMIN}:5
17         >=dev-qt/qtsql-${QTMIN}:5
18         =kde-frameworks/kactivities-${PVCUT}*:5
19         =kde-frameworks/kconfig-${PVCUT}*:5
20 "
21 DEPEND="${RDEPEND}
22         >=dev-libs/boost-1.54
23 "