blob: 5b522be9cc38f0324826b14cc1b6e4459bc928ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ksudoku/ksudoku-4.0.0.ebuild,v 1.2 2008/01/27 20:47:09 zlin Exp $
EAPI="1"
KMNAME=kdegames
inherit kde4-meta
DESCRIPTION="KDE Sudoku"
KEYWORDS="~amd64 ~x86"
IUSE="debug htmlhandbook"
DEPEND="virtual/opengl"
RDEPEND="${DEPEND}"
QT4_BUILT_WITH_USE_CHECK="${QT4_BUILT_WITH_USE_CHECK} opengl"
|