summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-02-21 20:52:39 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-02-21 20:52:39 +0000
commit0ec3158856a2c46d4301aebe94b6282861495d18 (patch)
treece28aee23b204c7be7d7d723cfbc7a40486823e3 /games-fps
parentMissed two 1.6.1 branch ebuilds, away you go. (diff)
downloadgentoo-2-0ec3158856a2c46d4301aebe94b6282861495d18.tar.gz
gentoo-2-0ec3158856a2c46d4301aebe94b6282861495d18.tar.bz2
gentoo-2-0ec3158856a2c46d4301aebe94b6282861495d18.zip
Removing opengl use flag. Fix Bug #298104
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/alephone/ChangeLog5
-rw-r--r--games-fps/alephone/alephone-20100218.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/alephone/ChangeLog b/games-fps/alephone/ChangeLog
index 4a7b0350c297..f28fdad027e9 100644
--- a/games-fps/alephone/ChangeLog
+++ b/games-fps/alephone/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/alephone
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.29 2010/02/21 19:19:13 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.30 2010/02/21 20:52:39 tupone Exp $
+
+ 21 Feb 2010; Tupone Alfredo <tupone@gentoo.org> alephone-20100218.ebuild:
+ Removing opengl use flag. Fix Bug #298104 by flameeyes@gentoo.org
*alephone-20100218 (21 Feb 2010)
diff --git a/games-fps/alephone/alephone-20100218.ebuild b/games-fps/alephone/alephone-20100218.ebuild
index 3bd5379c5dab..2e3a5d41c7ef 100644
--- a/games-fps/alephone/alephone-20100218.ebuild
+++ b/games-fps/alephone/alephone-20100218.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v 1.1 2010/02/21 19:19:13 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v 1.2 2010/02/21 20:52:39 tupone Exp $
EAPI=2
inherit autotools games
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/marathon/${MY_P}.tar.bz2"
LICENSE="GPL-2 BitstreamVera"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="alsa mad mpeg opengl sndfile speex truetype vorbis"
+IUSE="alsa mad mpeg sndfile speex truetype vorbis"
RDEPEND="media-libs/sdl-net
media-libs/sdl-image
@@ -22,7 +22,7 @@ RDEPEND="media-libs/sdl-net
alsa? ( media-libs/alsa-lib )
mad? ( media-libs/libmad )
mpeg? ( media-libs/smpeg )
- opengl? ( virtual/opengl )
+ virtual/opengl
sndfile? ( media-libs/libsndfile )
speex? ( media-libs/speex )
truetype? ( media-libs/sdl-ttf )
@@ -59,7 +59,7 @@ src_configure() {
$(use_enable alsa) \
$(use_enable mad) \
$(use_enable mpeg smpeg) \
- $(use_enable opengl) \
+ --enable-opengl
$(use_enable sndfile) \
$(use_enable speex) \
$(use_enable truetype ttf) \