diff options
author | Max Kalika <max@gentoo.org> | 2003-10-28 16:35:34 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2003-10-28 16:35:34 +0000 |
commit | 4b7b3094fee05d105ec4e7db2c83f0b650ff6168 (patch) | |
tree | 40606a7cea00eecd913d3115c43afab00d81439c /media-plugins/mythgame | |
parent | Extend CPU detection. (diff) | |
download | gentoo-2-4b7b3094fee05d105ec4e7db2c83f0b650ff6168.tar.gz gentoo-2-4b7b3094fee05d105ec4e7db2c83f0b650ff6168.tar.bz2 gentoo-2-4b7b3094fee05d105ec4e7db2c83f0b650ff6168.zip |
Extend CPU detection.
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythgame/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.12.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 13d96ce4528a..276894cd2e67 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythgame # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.6 2003/10/20 03:29:45 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.7 2003/10/28 16:33:28 max Exp $ + + 28 Oct 2003; Max Kalika <max@gentoo.org> mythgame-0.12.ebuild: + Extend CPU detection. *mythgame-0.12 (19 Oct 2003) diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest index 998edb033147..f2e0ed5891e9 100644 --- a/media-plugins/mythgame/Manifest +++ b/media-plugins/mythgame/Manifest @@ -1,7 +1,7 @@ -MD5 45714882d59bc417af1b2ea8bacdad69 mythgame-0.12.ebuild 1962 +MD5 e7b5eb2fce13a0317d734ffd6515a289 mythgame-0.12.ebuild 1979 MD5 3c46ea652d6e76a76eb15e34026c4777 mythgame-0.11.ebuild 1976 MD5 4b17f8d2524f3c6ae4a41916793e7cfd mythgame-0.10.ebuild 2009 -MD5 086b0297e963a7341ff4bb955f691514 ChangeLog 1694 +MD5 14aa1e1070d2e24953dfb89f8aa2530b ChangeLog 1784 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 9b0262b1d9e5347fceb6265378d7bf2e files/digest-mythgame-0.10 65 MD5 2bd60d4f779ab52e53d15145940b8946 files/digest-mythgame-0.11 65 diff --git a/media-plugins/mythgame/mythgame-0.12.ebuild b/media-plugins/mythgame/mythgame-0.12.ebuild index 6715f5403363..eed04a9b0373 100644 --- a/media-plugins/mythgame/mythgame-0.12.ebuild +++ b/media-plugins/mythgame/mythgame-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.12.ebuild,v 1.1 2003/10/20 03:29:45 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.12.ebuild,v 1.2 2003/10/28 16:33:28 max Exp $ inherit flag-o-matic @@ -25,7 +25,7 @@ src_unpack() { } src_compile() { - local cpu="`get-flag march`" + local cpu="`get-flag march || get-flag mcpu`" if [ "${cpu}" ] ; then sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" fi |