From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D900139085 for ; Sun, 8 Jan 2017 21:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F93CE0CF3; Sun, 8 Jan 2017 21:03:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31183E0CF3 for ; Sun, 8 Jan 2017 21:03:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 115B6340F2A for ; Sun, 8 Jan 2017 21:03:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7059624EE for ; Sun, 8 Jan 2017 21:03:10 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1483909386.2098e83e9637d157be3eb6d97b710b2393ad9579.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/flac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/flac/flac-1.3.2.ebuild X-VCS-Directories: media-libs/flac/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2098e83e9637d157be3eb6d97b710b2393ad9579 X-VCS-Branch: master Date: Sun, 8 Jan 2017 21:03:10 +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: 6fbb2802-8901-4887-8a10-fea9405a7c7e X-Archives-Hash: 4aa4a069ca55548c1a5ec458b64283a1 commit: 2098e83e9637d157be3eb6d97b710b2393ad9579 Author: Lars Wendler gentoo org> AuthorDate: Sun Jan 8 21:02:31 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Jan 8 21:03:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2098e83e media-libs/flac: Removed deps on long gone emul-linux* packages. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/flac/flac-1.3.2.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/media-libs/flac/flac-1.3.2.ebuild b/media-libs/flac/flac-1.3.2.ebuild index 0e8a510..5b5d6bf 100644 --- a/media-libs/flac/flac-1.3.2.ebuild +++ b/media-libs/flac/flac-1.3.2.ebuild @@ -15,11 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 cpu_flags_x86_sse static-libs" -RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] ) - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-soundlibs-20130224-r1 - !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] - )" +RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} app-arch/xz-utils abi_x86_32? ( dev-lang/nasm )