aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-06-29 21:36:14 +0200
committerJohannes Huber <johu@gentoo.org>2013-06-29 21:36:14 +0200
commit469398521298df3d713885abbbd4cf58e1c92103 (patch)
treec9626ccbb1af3a758ed91fc6bff795930abb4463 /media-libs
parent[media-fonts/oxygen-fonts] EAPI 5. Fix build. (diff)
downloadkde-469398521298df3d713885abbbd4cf58e1c92103.tar.gz
kde-469398521298df3d713885abbbd4cf58e1c92103.tar.bz2
kde-469398521298df3d713885abbbd4cf58e1c92103.zip
[media-libs/gluon] EAPI 5. Drop unused eclass.
Package-Manager: portage-2.2.0_alpha186
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gluon/gluon-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/gluon/gluon-9999.ebuild b/media-libs/gluon/gluon-9999.ebuild
index 6605132a31..f06056ceab 100644
--- a/media-libs/gluon/gluon-9999.ebuild
+++ b/media-libs/gluon/gluon-9999.ebuild
@@ -2,10 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
OPENGL_REQUIRED="always"
-inherit kde4-base versionator
+inherit kde4-base
DESCRIPTION="Gluon is a Free and Open Source framework for creating and distributing games."
HOMEPAGE="http://gluon.tuxfamily.org/"
@@ -16,12 +16,12 @@ SLOT="4"
IUSE="debug examples"
DEPEND="
+ dev-qt/qtdeclarative:4
media-libs/alure
media-libs/libsndfile
media-libs/openal
virtual/glu
virtual/opengl
- dev-qt/qtdeclarative:4
"
RDEPEND="${DEPEND}"