summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-29 17:30:46 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-29 17:30:46 +0000
commit138bcac61083b88e624bd97e8fb3575a9de0cc82 (patch)
treeca230acef7a404fa13ad987f29af349215e0ecb7 /media-libs/flac
parentConvert to CPU_FLAGS_X86. (diff)
downloadgentoo-2-138bcac61083b88e624bd97e8fb3575a9de0cc82.tar.gz
gentoo-2-138bcac61083b88e624bd97e8fb3575a9de0cc82.tar.bz2
gentoo-2-138bcac61083b88e624bd97e8fb3575a9de0cc82.zip
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/flac')
-rw-r--r--media-libs/flac/ChangeLog7
-rw-r--r--media-libs/flac/flac-1.3.1-r1.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/media-libs/flac/ChangeLog b/media-libs/flac/ChangeLog
index 138942411b1c..f2b33a754888 100644
--- a/media-libs/flac/ChangeLog
+++ b/media-libs/flac/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/flac
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.194 2014/12/24 17:08:42 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.195 2015/01/29 17:30:46 mgorny Exp $
+
+ 29 Jan 2015; Michał Górny <mgorny@gentoo.org> flac-1.3.1-r1.ebuild:
+ Switch to CPU_FLAGS_X86.
24 Dec 2014; Tim Harder <radhermit@gentoo.org> -flac-1.2.1-r3.ebuild,
-flac-1.2.1-r4.ebuild, -flac-1.2.1-r5.ebuild, -flac-1.3.0.ebuild,
diff --git a/media-libs/flac/flac-1.3.1-r1.ebuild b/media-libs/flac/flac-1.3.1-r1.ebuild
index 634b5c797996..161f40b44044 100644
--- a/media-libs/flac/flac-1.3.1-r1.ebuild
+++ b/media-libs/flac/flac-1.3.1-r1.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/flac/flac-1.3.1-r1.ebuild,v 1.12 2014/12/24 14:45:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v 1.13 2015/01/29 17:30:46 mgorny Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=1
@@ -15,7 +15,7 @@ SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.xz"
LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="altivec +cxx debug ogg sse static-libs"
+IUSE="altivec +cxx debug ogg cpu_flags_x86_sse static-libs"
RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )
abi_x86_32? (
@@ -42,7 +42,7 @@ src_prepare() {
src_configure() {
local myeconfargs=(
$(use_enable debug)
- $(use_enable sse)
+ $(use_enable cpu_flags_x86_sse sse)
$(use_enable altivec)
--disable-doxygen-docs
--disable-xmms-plugin