summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2007-03-17 20:29:18 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2007-03-17 20:29:18 +0000
commit9ded0b7eb5d2584f8a1e91706dfeaabfadfc1706 (patch)
treedbf1cfe0ba2a42264df9b9f6f601a76767d70de7 /games-emulation
parentVersion bump, closes bug 171054. Marked ~amd64, bug 169160. (diff)
downloadgentoo-2-9ded0b7eb5d2584f8a1e91706dfeaabfadfc1706.tar.gz
gentoo-2-9ded0b7eb5d2584f8a1e91706dfeaabfadfc1706.tar.bz2
gentoo-2-9ded0b7eb5d2584f8a1e91706dfeaabfadfc1706.zip
Minor stylist improvment
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/zsnes/ChangeLog5
-rw-r--r--games-emulation/zsnes/zsnes-1.51.ebuild9
2 files changed, 6 insertions, 8 deletions
diff --git a/games-emulation/zsnes/ChangeLog b/games-emulation/zsnes/ChangeLog
index 489329115a0e..d1a43ca9debb 100644
--- a/games-emulation/zsnes/ChangeLog
+++ b/games-emulation/zsnes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/zsnes
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.31 2007/03/02 23:27:27 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.32 2007/03/17 20:29:18 drizzt Exp $
+
+ 17 Mar 2007; Timothy Redaelli <drizzt@gentoo.org> zsnes-1.51.ebuild:
+ Minor stylist improvment
02 Mar 2007; Timothy Redaelli <drizzt@gentoo.org> zsnes-1.51.ebuild:
Add ~x86-fbsd keyword
diff --git a/games-emulation/zsnes/zsnes-1.51.ebuild b/games-emulation/zsnes/zsnes-1.51.ebuild
index fc3c2e268d4c..e68634115c01 100644
--- a/games-emulation/zsnes/zsnes-1.51.ebuild
+++ b/games-emulation/zsnes/zsnes-1.51.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51.ebuild,v 1.10 2007/03/02 23:27:27 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51.ebuild,v 1.11 2007/03/17 20:29:18 drizzt Exp $
inherit eutils autotools flag-o-matic toolchain-funcs games
@@ -60,13 +60,8 @@ src_compile() {
local myconf=""
use custom-cflags && myconf="--disable-cpucheck force_arch=no"
- if use ao; then
- myconf="${myconf} --enable-libao"
- else
- myconf="${myconf} --disable-libao"
- fi
-
egamesconf \
+ $(use_enable ao libao) \
$(use_enable png libpng) \
$(use_enable opengl) \
--disable-debug \