2015-02-15 21:28:26 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-11-16 18:00:49 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2014-11-16 18:00:49 +03:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
KDE_HANDBOOK="optional"
|
|
|
|
KDE_SELINUX_MODULE="games"
|
|
|
|
inherit kde4-base
|
|
|
|
|
|
|
|
DESCRIPTION="A KDE game almost the same as ksame, but a bit different"
|
2015-02-17 19:00:32 +03:00
|
|
|
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
|
2014-11-16 18:00:49 +03:00
|
|
|
IUSE="debug"
|
|
|
|
|
2015-06-04 22:37:52 +03:00
|
|
|
DEPEND="$(add_kdeapps_dep libkdegames)"
|
2014-11-16 18:00:49 +03:00
|
|
|
RDEPEND="${DEPEND}"
|