summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-03-02 16:39:04 +0000
committerThomas Sachau <tommy@gentoo.org>2012-03-02 16:39:04 +0000
commit4c0bf2218fe9fc0f9c9df38ecc793b08c7b41d74 (patch)
tree6d911bb577d805ffb2d0f2790b87a8fffa47e629
parentAdd ~x86-fbsd (diff)
downloadgentoo-2-4c0bf2218fe9fc0f9c9df38ecc793b08c7b41d74.tar.gz
gentoo-2-4c0bf2218fe9fc0f9c9df38ecc793b08c7b41d74.tar.bz2
gentoo-2-4c0bf2218fe9fc0f9c9df38ecc793b08c7b41d74.zip
unset AS as requested by Alexis Ballier, let the build system decide which AS to use (it honours but then feeds it with yasm flags without checking...)
(Portage version: 2.2.0_alpha89-r1/cvs/Linux x86_64)
-rw-r--r--media-libs/libvpx/ChangeLog7
-rw-r--r--media-libs/libvpx/libvpx-1.0.0.ebuild6
-rw-r--r--media-libs/libvpx/libvpx-9999.ebuild6
3 files changed, 16 insertions, 3 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog
index 8e73163e1eaf..db1f83c7334a 100644
--- a/media-libs/libvpx/ChangeLog
+++ b/media-libs/libvpx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.41 2012/03/01 11:31:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.42 2012/03/02 16:39:04 tommy Exp $
+
+ 02 Mar 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> libvpx-1.0.0.ebuild,
+ libvpx-9999.ebuild:
+ unset AS as requested by Alexis Ballier, let the build system decide which AS
+ to use (it honours but then feeds it with yasm flags without checking...)
01 Mar 2012; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
sync keywords with 1.0.0 so that keywords wont get dropped by mistake again
diff --git a/media-libs/libvpx/libvpx-1.0.0.ebuild b/media-libs/libvpx/libvpx-1.0.0.ebuild
index 62096ea0b6ce..949ddf76b3d2 100644
--- a/media-libs/libvpx/libvpx-1.0.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.3 2012/03/01 09:20:48 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.4 2012/03/02 16:39:04 tommy Exp $
EAPI=4
inherit multilib toolchain-funcs
@@ -40,6 +40,10 @@ REQUIRED_USE="
"
src_configure() {
+ #let the build system decide which AS to use (it honours $AS but
+ #then feeds it with yasm flags without checking...) bug 345161
+ unset AS
+
# http://bugs.gentoo.org/show_bug.cgi?id=384585
addpredict /usr/share/snmp/mibs/.index
diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild
index 006a61f19297..4e49d02d3029 100644
--- a/media-libs/libvpx/libvpx-9999.ebuild
+++ b/media-libs/libvpx/libvpx-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.21 2012/03/01 11:31:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.22 2012/03/02 16:39:04 tommy Exp $
EAPI=4
inherit multilib toolchain-funcs
@@ -40,6 +40,10 @@ REQUIRED_USE="
"
src_configure() {
+ #let the build system decide which AS to use (it honours $AS but
+ #then feeds it with yasm flags without checking...) bug 345161
+ unset AS
+
# http://bugs.gentoo.org/show_bug.cgi?id=384585
addpredict /usr/share/snmp/mibs/.index