summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-11-27 14:54:38 +0000
committerTim Harder <radhermit@gentoo.org>2014-11-27 14:54:38 +0000
commite32a9bd995af1b2a3130e90b7caa2de5ff5b0bbc (patch)
tree76569a4f9700cec02e316f01120f9a1204b1beae /media-libs/flac
parentBump gentoolkit dependency. Needed for python 3.4 support. (diff)
downloadgentoo-2-e32a9bd995af1b2a3130e90b7caa2de5ff5b0bbc.tar.gz
gentoo-2-e32a9bd995af1b2a3130e90b7caa2de5ff5b0bbc.tar.bz2
gentoo-2-e32a9bd995af1b2a3130e90b7caa2de5ff5b0bbc.zip
3dnow support was removed in this release.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-libs/flac')
-rw-r--r--media-libs/flac/ChangeLog5
-rw-r--r--media-libs/flac/flac-1.3.1.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/flac/ChangeLog b/media-libs/flac/ChangeLog
index f668ade9432e..4866470a6acb 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.180 2014/11/27 13:45:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.181 2014/11/27 14:54:38 radhermit Exp $
+
+ 27 Nov 2014; Tim Harder <radhermit@gentoo.org> flac-1.3.1.ebuild:
+ 3dnow support was removed in this release.
*flac-1.3.1 (27 Nov 2014)
diff --git a/media-libs/flac/flac-1.3.1.ebuild b/media-libs/flac/flac-1.3.1.ebuild
index 56d913a63593..207bba0aa503 100644
--- a/media-libs/flac/flac-1.3.1.ebuild
+++ b/media-libs/flac/flac-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.ebuild,v 1.1 2014/11/27 13:45:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1.ebuild,v 1.2 2014/11/27 14:54:38 radhermit 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"
-IUSE="3dnow altivec +cxx debug ogg sse static-libs"
+IUSE="altivec +cxx debug ogg sse static-libs"
RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )
abi_x86_32? (
@@ -42,7 +42,6 @@ src_configure() {
local myeconfargs=(
$(use_enable debug)
$(use_enable sse)
- $(use_enable 3dnow)
$(use_enable altivec)
--disable-doxygen-docs
--disable-xmms-plugin