mgorny      15/01/29 17:37:03

  Modified:             libfame-0.9.1-r1.ebuild libfame-0.9.1-r2.ebuild
                        ChangeLog
  Log:
  Convert to CPU_FLAGS_X86.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.31                 media-libs/libfame/libfame-0.9.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild?r1=1.30&r2=1.31

Index: libfame-0.9.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libfame-0.9.1-r1.ebuild     28 Nov 2011 03:26:54 -0000      1.30
+++ libfame-0.9.1-r1.ebuild     29 Jan 2015 17:37:02 -0000      1.31
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.30 
2011/11/28 03:26:54 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.31 
2015/01/29 17:37:02 mgorny Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
-IUSE="mmx static-libs"
+IUSE="cpu_flags_x86_mmx static-libs"
 
 PATCHES=( "${FILESDIR}"/${P}-gcc43.patch )
 
@@ -31,7 +31,7 @@
 
 src_configure() {
        local myeconfargs=(
-               $(use_enable mmx)
+               $(use_enable cpu_flags_x86_mmx mmx)
        )
        autotools-utils_src_configure
 }



1.11                 media-libs/libfame/libfame-0.9.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfame/libfame-0.9.1-r2.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfame/libfame-0.9.1-r2.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfame/libfame-0.9.1-r2.ebuild?r1=1.10&r2=1.11

Index: libfame-0.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libfame-0.9.1-r2.ebuild     26 Jan 2014 12:14:55 -0000      1.10
+++ libfame-0.9.1-r2.ebuild     29 Jan 2015 17:37:02 -0000      1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r2.ebuild,v 1.10 
2014/01/26 12:14:55 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r2.ebuild,v 1.11 
2015/01/29 17:37:02 mgorny Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
-IUSE="mmx static-libs"
+IUSE="cpu_flags_x86_mmx static-libs"
 
 PATCHES=(
        "${FILESDIR}"/${P}-gcc43.patch
@@ -38,7 +38,7 @@
 
 src_configure() {
        local myeconfargs=(
-               $(use_enable mmx)
+               $(use_enable cpu_flags_x86_mmx mmx)
        )
        autotools-multilib_src_configure
 }



1.67                 media-libs/libfame/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfame/ChangeLog?rev=1.67&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfame/ChangeLog?rev=1.67&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libfame/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   26 Jan 2014 12:14:55 -0000      1.66
+++ ChangeLog   29 Jan 2015 17:37:03 -0000      1.67
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libfame
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.66 
2014/01/26 12:14:55 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.67 
2015/01/29 17:37:03 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <[email protected]> libfame-0.9.1-r1.ebuild,
+  libfame-0.9.1-r2.ebuild:
+  Convert to CPU_FLAGS_X86.
 
   26 Jan 2014; Agostino Sarubbo <[email protected]> libfame-0.9.1-r2.ebuild:
   Stable for sparc, wrt bug #495730




Reply via email to