app-portage/repoman: make repoman-2.3.8 require portage-2.3.27
[gentoo.git] / kde-apps / kmines / kmines-17.08.3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 KDE_HANDBOOK="forceoptional"
7 KDE_SELINUX_MODULE="games"
8 inherit kde5
9
10 DESCRIPTION="Classic mine sweeper game"
11 HOMEPAGE="
12         https://www.kde.org/applications/games/kmines/
13         https://games.kde.org/game.php?game=kmines
14 "
15 KEYWORDS="amd64 x86"
16 IUSE=""
17
18 DEPEND="
19         $(add_frameworks_dep kconfig)
20         $(add_frameworks_dep kconfigwidgets)
21         $(add_frameworks_dep kcoreaddons)
22         $(add_frameworks_dep kcrash)
23         $(add_frameworks_dep kdbusaddons)
24         $(add_frameworks_dep ki18n)
25         $(add_frameworks_dep ktextwidgets)
26         $(add_frameworks_dep kwidgetsaddons)
27         $(add_frameworks_dep kxmlgui)
28         $(add_kdeapps_dep libkdegames)
29         $(add_qt_dep qtgui)
30         $(add_qt_dep qtwidgets)
31 "
32 RDEPEND="${DEPEND}"