summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-08-02 14:48:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-08-02 14:48:13 +0000
commit52320f271b67197169361d03486abc6060cd609a (patch)
tree814fd68cc69d82cd21cb91a0b33723bdac2cc938 /games-emulation/stella
parentStable for x86, wrt bug #518710 (diff)
downloadgentoo-2-52320f271b67197169361d03486abc6060cd609a.tar.gz
gentoo-2-52320f271b67197169361d03486abc6060cd609a.tar.bz2
gentoo-2-52320f271b67197169361d03486abc6060cd609a.zip
remove mention of the opengl use flag (bug #518796)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/stella')
-rw-r--r--games-emulation/stella/ChangeLog5
-rw-r--r--games-emulation/stella/stella-4.0.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/games-emulation/stella/ChangeLog b/games-emulation/stella/ChangeLog
index f48c09a81ab6..3e6da48f4ff4 100644
--- a/games-emulation/stella/ChangeLog
+++ b/games-emulation/stella/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/stella
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.82 2014/07/31 21:30:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.83 2014/08/02 14:48:13 mr_bones_ Exp $
+
+ 02 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> stella-4.0.ebuild:
+ remove mention of the opengl use flag (bug #518796)
31 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org> -stella-3.7.2.ebuild:
old
diff --git a/games-emulation/stella/stella-4.0.ebuild b/games-emulation/stella/stella-4.0.ebuild
index e459d4dff5f9..7e30289b2452 100644
--- a/games-emulation/stella/stella-4.0.ebuild
+++ b/games-emulation/stella/stella-4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-4.0.ebuild,v 1.1 2014/07/30 17:16:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-4.0.ebuild,v 1.2 2014/08/02 14:48:13 mr_bones_ Exp $
EAPI=5
inherit eutils gnome2-utils games
@@ -37,7 +37,6 @@ src_configure() {
--bindir="${GAMES_BINDIR}" \
--docdir="/usr/share/doc/${PF}" \
--datadir="${GAMES_DATADIR}" \
- $(use_enable opengl gl) \
$(use_enable joystick) \
|| die
}