From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 951DB1381F3 for ; Tue, 25 Jun 2013 22:59:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 409ACE0807; Tue, 25 Jun 2013 22:59:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0F74E0807 for ; Tue, 25 Jun 2013 22:59:08 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 654C3335DF3 for ; Tue, 25 Jun 2013 22:59:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id EFE7D21710; Tue, 25 Jun 2013 22:59:05 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lame: lame-3.99.5-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: lame-3.99.5-r1.ebuild ChangeLog X-VCS-Directories: media-sound/lame X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130625225905.EFE7D21710@flycatcher.gentoo.org> Date: Tue, 25 Jun 2013 22:59:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9424082-1d29-4437-939f-09c0c397b8f6 X-Archives-Hash: 514092cc862e0f5cb7d086df445b8e8e aballier 13/06/25 22:59:05 Modified: lame-3.99.5-r1.ebuild ChangeLog Log: use ABI vs DEFAULT_ABI to determine the default ABI as suggested by mgorny in bug #473852 (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.2 media-sound/lame/lame-3.99.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5-r1.ebuild?r1=1.1&r2=1.2 Index: lame-3.99.5-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lame-3.99.5-r1.ebuild 19 Jun 2013 17:18:52 -0000 1.1 +++ lame-3.99.5-r1.ebuild 25 Jun 2013 22:59:05 -0000 1.2 @@ -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.1 2013/06/19 17:18:52 aballier Exp $ +# $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 $ EAPI=5 @@ -41,18 +41,12 @@ AT_M4DIR=. eautoreconf } -is_best_abi() { - local all_abis=( $(multilib_get_enabled_abis) ) - local best_abi="${all_abis[$(( ${#all_abis[@]} - 1 ))]}" - [ "${ABI}" = "${best_abi}" ] -} - multilib_src_configure() { local myconf use mmx && myconf+="--enable-nasm" #361879 - # Only build the frontend for the best ABI. - if is_best_abi ; then + # Only build the frontend for the default ABI. + if [ "${ABI}" = "${DEFAULT_ABI}" ] ; then myconf+=" $(use_enable mp3rtp)" use sndfile && myconf+=" --with-fileio=sndfile" else 1.165 media-sound/lame/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.165&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.165&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.164&r2=1.165 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- ChangeLog 19 Jun 2013 17:18:52 -0000 1.164 +++ ChangeLog 25 Jun 2013 22:59:05 -0000 1.165 @@ -1,6 +1,10 @@ # 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.164 2013/06/19 17:18:52 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.165 2013/06/25 22:59:05 aballier Exp $ + + 25 Jun 2013; Alexis Ballier lame-3.99.5-r1.ebuild: + use ABI vs DEFAULT_ABI to determine the default ABI as suggested by mgorny in + bug #473852 *lame-3.99.5-r1 (19 Jun 2013)