2012-11-09 10:34:18 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2012-12-01 22:55:23 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/kde-base/kanagram/kanagram-4.9.3.ebuild,v 1.4 2012/11/30 15:24:23 ago Exp $
|
2012-11-09 10:34:18 +04:00
|
|
|
|
|
|
|
EAPI=4
|
|
|
|
|
|
|
|
KDE_HANDBOOK="optional"
|
|
|
|
inherit kde4-base
|
|
|
|
|
|
|
|
DESCRIPTION="KDE: letter order game."
|
2012-12-01 22:55:23 +04:00
|
|
|
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
|
2012-11-09 10:34:18 +04:00
|
|
|
IUSE="debug"
|
|
|
|
|
|
|
|
DEPEND="
|
|
|
|
$(add_kdebase_dep libkdeedu)
|
|
|
|
"
|
|
|
|
RDEPEND=${DEPEND}
|