diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-26 17:16:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-26 17:16:21 +0000 |
commit | 24a620531f16b653c90f013cde8e496c6102c771 (patch) | |
tree | afc51268b7e372fd8cdcd76ae74d550f2005c6cf /media-sound | |
parent | update emul-linux blocker, bug #473838 (diff) | |
download | gentoo-2-24a620531f16b653c90f013cde8e496c6102c771.tar.gz gentoo-2-24a620531f16b653c90f013cde8e496c6102c771.tar.bz2 gentoo-2-24a620531f16b653c90f013cde8e496c6102c771.zip |
update emul-linux blocker, bug #473838
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lame/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/lame/lame-3.99.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/lame/ChangeLog b/media-sound/lame/ChangeLog index 5e59add656c1..3e5bc9e1cd9b 100644 --- a/media-sound/lame/ChangeLog +++ b/media-sound/lame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lame # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.165 2013/06/25 22:59:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.166 2013/06/26 17:16:21 aballier Exp $ + + 26 Jun 2013; Alexis Ballier <aballier@gentoo.org> lame-3.99.5-r1.ebuild: + update emul-linux blocker, bug #473838 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> lame-3.99.5-r1.ebuild: use ABI vs DEFAULT_ABI to determine the default ABI as suggested by mgorny in diff --git a/media-sound/lame/lame-3.99.5-r1.ebuild b/media-sound/lame/lame-3.99.5-r1.ebuild index 3713ce5b21e2..582795b713cb 100644 --- a/media-sound/lame/lame-3.99.5-r1.ebuild +++ b/media-sound/lame/lame-3.99.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5-r1.ebuild,v 1.2 2013/06/25 22:59:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5-r1.ebuild,v 1.3 2013/06/26 17:16:21 aballier Exp $ EAPI=5 @@ -20,7 +20,7 @@ IUSE="debug mmx mp3rtp sndfile static-libs" # libmp3lame for multilib and these deps apply to the lame frontend executable. RDEPEND=">=sys-libs/ncurses-5.7-r7 sndfile? ( >=media-libs/libsndfile-1.0.2 ) - abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224 )" + abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" DEPEND="${RDEPEND} virtual/pkgconfig mmx? ( dev-lang/nasm )" |