From 4b7b3094fee05d105ec4e7db2c83f0b650ff6168 Mon Sep 17 00:00:00 2001 From: Max Kalika Date: Tue, 28 Oct 2003 16:35:34 +0000 Subject: Extend CPU detection. --- media-plugins/mythgallery/ChangeLog | 5 ++++- media-plugins/mythgallery/Manifest | 4 ++-- media-plugins/mythgallery/mythgallery-0.12.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'media-plugins/mythgallery') diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 7b7c0e8bcaca..297f49a807fb 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.6 2003/10/20 03:27:42 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.7 2003/10/28 16:31:09 max Exp $ + + 28 Oct 2003; Max Kalika mythgallery-0.12.ebuild: + Extend CPU detection. *mythgallery-0.12 (19 Oct 2003) diff --git a/media-plugins/mythgallery/Manifest b/media-plugins/mythgallery/Manifest index 698860ecf301..762514d4b9a7 100644 --- a/media-plugins/mythgallery/Manifest +++ b/media-plugins/mythgallery/Manifest @@ -1,7 +1,7 @@ MD5 e7617040c11110efb67d6c159c366001 mythgallery-0.11.ebuild 1691 MD5 77f7c1c71ed6f4bcb728fa0e83c08003 mythgallery-0.10.ebuild 1724 -MD5 bd33147ee3f047cded5326edc5c390e5 mythgallery-0.12.ebuild 1677 -MD5 c7b8ba048a5dd1a81deaee5405cccce6 ChangeLog 1745 +MD5 7c66035139e3ecebbe77d639c6268bad mythgallery-0.12.ebuild 1694 +MD5 953be100aaf65d006339df243c9d9735 ChangeLog 1838 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 08ad7857fea9bfc28178d4e14aa3ae10 files/digest-mythgallery-0.10 67 MD5 f367099e5641367ed71e682eed2243e5 files/digest-mythgallery-0.11 67 diff --git a/media-plugins/mythgallery/mythgallery-0.12.ebuild b/media-plugins/mythgallery/mythgallery-0.12.ebuild index 2f0850402796..6ece014bac40 100644 --- a/media-plugins/mythgallery/mythgallery-0.12.ebuild +++ b/media-plugins/mythgallery/mythgallery-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/mythgallery/mythgallery-0.12.ebuild,v 1.1 2003/10/20 03:27:42 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.12.ebuild,v 1.2 2003/10/28 16:31:09 max Exp $ inherit flag-o-matic @@ -24,7 +24,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 -- cgit v1.2.3-65-gdbad