diff options
author | 2015-01-29 17:37:03 +0000 | |
---|---|---|
committer | 2015-01-29 17:37:03 +0000 | |
commit | 8bbab5f73424aa7b51e3d988874d1f2202e761a7 (patch) | |
tree | 2d28961a9ed91ebd1924057e21717dde61363d02 /media-libs/libfame | |
parent | Switch to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-8bbab5f73424aa7b51e3d988874d1f2202e761a7.tar.gz gentoo-2-8bbab5f73424aa7b51e3d988874d1f2202e761a7.tar.bz2 gentoo-2-8bbab5f73424aa7b51e3d988874d1f2202e761a7.zip |
Convert to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/libfame')
-rw-r--r-- | media-libs/libfame/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libfame/libfame-0.9.1-r1.ebuild | 8 | ||||
-rw-r--r-- | media-libs/libfame/libfame-0.9.1-r2.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/media-libs/libfame/ChangeLog b/media-libs/libfame/ChangeLog index cc010d3a25be..edd0843a21ff 100644 --- a/media-libs/libfame/ChangeLog +++ b/media-libs/libfame/ChangeLog @@ -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 <mgorny@gentoo.org> libfame-0.9.1-r1.ebuild, + libfame-0.9.1-r2.ebuild: + Convert to CPU_FLAGS_X86. 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libfame-0.9.1-r2.ebuild: Stable for sparc, wrt bug #495730 diff --git a/media-libs/libfame/libfame-0.9.1-r1.ebuild b/media-libs/libfame/libfame-0.9.1-r1.ebuild index fa95d69590f4..e91f0c8b45f8 100644 --- a/media-libs/libfame/libfame-0.9.1-r1.ebuild +++ b/media-libs/libfame/libfame-0.9.1-r1.ebuild @@ -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 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz 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_prepare() { src_configure() { local myeconfargs=( - $(use_enable mmx) + $(use_enable cpu_flags_x86_mmx mmx) ) autotools-utils_src_configure } diff --git a/media-libs/libfame/libfame-0.9.1-r2.ebuild b/media-libs/libfame/libfame-0.9.1-r2.ebuild index cb95343adb67..3de66041a905 100644 --- a/media-libs/libfame/libfame-0.9.1-r2.ebuild +++ b/media-libs/libfame/libfame-0.9.1-r2.ebuild @@ -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 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz 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_prepare() { src_configure() { local myeconfargs=( - $(use_enable mmx) + $(use_enable cpu_flags_x86_mmx mmx) ) autotools-multilib_src_configure } |