summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2011-12-26 02:28:24 +0000
committerChristian Birchinger <joker@gentoo.org>2011-12-26 02:28:24 +0000
commit8deec1cefeb98baaad5ead7d313f48017c3176f6 (patch)
tree352043da346e4b63cfc239b3c5dc342869acf5ab /games-emulation/mupen64plus
parentAdded a check for CC=gcc. Other compilers are not supported at this point. (diff)
downloadgentoo-2-8deec1cefeb98baaad5ead7d313f48017c3176f6.tar.gz
gentoo-2-8deec1cefeb98baaad5ead7d313f48017c3176f6.tar.bz2
gentoo-2-8deec1cefeb98baaad5ead7d313f48017c3176f6.zip
Fix typo from tests
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/mupen64plus')
-rw-r--r--games-emulation/mupen64plus/ChangeLog6
-rw-r--r--games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus/ChangeLog b/games-emulation/mupen64plus/ChangeLog
index fa58ad63de2b..f1570da88648 100644
--- a/games-emulation/mupen64plus/ChangeLog
+++ b/games-emulation/mupen64plus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/mupen64plus
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.17 2011/12/26 01:53:10 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.18 2011/12/26 02:28:24 joker Exp $
+
+ 26 Dec 2011; Christian Birchinger <joker@gentoo.org>
+ mupen64plus-1.5-r2.ebuild:
+ Fix typo from tests
26 Dec 2011; Christian Birchinger <joker@gentoo.org>
mupen64plus-1.5-r2.ebuild:
diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild
index aeab957f2aa6..71fe766b92ae 100644
--- a/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild
+++ b/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild,v 1.5 2011/12/26 01:53:10 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild,v 1.6 2011/12/26 02:28:24 joker Exp $
EAPI="2"
@@ -41,7 +41,7 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
pkg_setup() {
- if [[ ! $(tc-getCC) =~ icc ]]; then
+ if [[ ! $(tc-getCC) =~ gcc ]]; then
eerror
eerror "Compilers like clang and icc are not supported at this point"
eerror