# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 if [[ ${PV} == *9999 ]]; then eclass="kde4-base" else eclass="kde4-meta" KMNAME="kdegames" fi KDE_HANDBOOK="optional" OPENGL_REQUIRED="optional" inherit ${eclass} DESCRIPTION="KDE Sudoku" KEYWORDS="" IUSE="debug" DEPEND=" $(add_kdebase_dep libkdegames) opengl? ( virtual/glu ) " RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( $(cmake-utils_use_with opengl OpenGL) ) ${eclass}_src_configure }