summaryrefslogtreecommitdiff
blob: 3d8c87fc07992a66575c1af28d5e2c7e5bda6af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdegames/libkdegames-4.0.2.ebuild,v 1.1 2008/03/11 00:00:25 philantrop Exp $

EAPI="1"

KMNAME=kdegames
KMNODOCS=true
inherit kde4-meta

DESCRIPTION="Base library common to many KDE games."
KEYWORDS="~amd64 ~x86"
IUSE="debug"

DEPEND=">=dev-games/ggz-client-libs-0.0.14"
RDEPEND="${DEPEND}"

RESTRICT="test"