summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-29 15:10:37 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-29 15:10:37 +0000
commitb5438d9c49bd8662db3d5ddacf1bd4a77eb7cdfc (patch)
tree75fab252208387e16d90afb9aa1569b859bf825e /games-emulation/visualboyadvance
parentVersion bump, fixing #145164 (Abit uGuru support), #149204 (thanks to Gary Yo... (diff)
downloadhistorical-b5438d9c49bd8662db3d5ddacf1bd4a77eb7cdfc.tar.gz
historical-b5438d9c49bd8662db3d5ddacf1bd4a77eb7cdfc.tar.bz2
historical-b5438d9c49bd8662db3d5ddacf1bd4a77eb7cdfc.zip
Cleaning up older ebuilds and removing --enable-c-core as the configure script should detect the architecture properly. If this doesn't work, I'll come up with a better solution.
Package-Manager: portage-2.1.2_pre1-r4
Diffstat (limited to 'games-emulation/visualboyadvance')
-rw-r--r--games-emulation/visualboyadvance/ChangeLog8
-rw-r--r--games-emulation/visualboyadvance/visualboyadvance-1.7.2-r1.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/games-emulation/visualboyadvance/ChangeLog b/games-emulation/visualboyadvance/ChangeLog
index 290df5e03ffa..1cfd2fa5103e 100644
--- a/games-emulation/visualboyadvance/ChangeLog
+++ b/games-emulation/visualboyadvance/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-emulation/visualboyadvance
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v 1.27 2006/07/06 08:02:13 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v 1.28 2006/09/29 15:10:37 wolf31o2 Exp $
+
+ 29 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ -visualboyadvance-1.7.2.ebuild, visualboyadvance-1.7.2-r1.ebuild:
+ Cleaning up older ebuilds and removing --enable-c-core as the configure
+ script should detect the architecture properly. If this doesn't work, I'll
+ come up with a better solution.
06 Jul 2006; Simon Stelling <blubb@gentoo.org>
visualboyadvance-1.7.2-r1.ebuild:
diff --git a/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r1.ebuild b/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r1.ebuild
index f5d651fe36ee..e0fceeae3fd6 100644
--- a/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r1.ebuild
+++ b/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r1.ebuild,v 1.7 2006/07/06 08:02:13 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r1.ebuild,v 1.8 2006/09/29 15:10:37 wolf31o2 Exp $
inherit eutils games flag-o-matic
@@ -37,8 +37,8 @@ src_compile() {
# -O3 causes GCC to behave badly and hog memory, bug #64670.
replace-flags -O3 -O2
+ # Removed --enable-c-core as it *should* determine this based on arch
egamesconf \
- --enable-c-core \
$(use_with mmx) \
$(use_enable gtk gtk 2.4) \
|| die