summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-09-13 19:18:44 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-09-13 19:18:44 +0000
commit4f908c3e7db123fd3f3fd2126d24fb21f9350259 (patch)
tree3e5ce10cba53dc1509a12f1b78f6b3b263332ffa /games-emulation/snes9x
parentMarked ~ppc/~ppc64. (diff)
downloadgentoo-2-4f908c3e7db123fd3f3fd2126d24fb21f9350259.tar.gz
gentoo-2-4f908c3e7db123fd3f3fd2126d24fb21f9350259.tar.bz2
gentoo-2-4f908c3e7db123fd3f3fd2126d24fb21f9350259.zip
pass correct option to configure for screenshot support (bug #337100)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-emulation/snes9x')
-rw-r--r--games-emulation/snes9x/ChangeLog6
-rw-r--r--games-emulation/snes9x/snes9x-1.52-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/snes9x/ChangeLog b/games-emulation/snes9x/ChangeLog
index 41fdfaac591b..187fad807921 100644
--- a/games-emulation/snes9x/ChangeLog
+++ b/games-emulation/snes9x/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/snes9x
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.48 2010/09/09 16:46:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.49 2010/09/13 19:18:44 mr_bones_ Exp $
+
+ 13 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ snes9x-1.52-r1.ebuild:
+ pass correct option to configure for screenshot support (bug #337100)
09 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org>
snes9x-1.52-r1.ebuild:
diff --git a/games-emulation/snes9x/snes9x-1.52-r1.ebuild b/games-emulation/snes9x/snes9x-1.52-r1.ebuild
index 9e48907965c0..ff691c85f92d 100644
--- a/games-emulation/snes9x/snes9x-1.52-r1.ebuild
+++ b/games-emulation/snes9x/snes9x-1.52-r1.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-emulation/snes9x/snes9x-1.52-r1.ebuild,v 1.7 2010/09/09 16:51:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.52-r1.ebuild,v 1.8 2010/09/13 19:18:44 mr_bones_ Exp $
EAPI=2
inherit autotools eutils flag-o-matic multilib gnome2-utils games
@@ -85,7 +85,7 @@ src_configure() {
$(use_with oss) \
$(use_with pulseaudio) \
$(use_with portaudio) \
- $(use_with png)
+ $(use_with png screenshot)
fi
}