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 5DAC6138334 for ; Tue, 9 Apr 2019 03:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90C53E0A04; Tue, 9 Apr 2019 03:17:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C8DEE0A04 for ; Tue, 9 Apr 2019 03:17:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C6E4335C5D for ; Tue, 9 Apr 2019 03:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 033EE570 for ; Tue, 9 Apr 2019 03:17:29 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1554779840.1610322d899757206b3f365a4a8c24108c713e78.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fdk-aac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fdk-aac/fdk-aac-2.0.0.ebuild X-VCS-Directories: media-libs/fdk-aac/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1610322d899757206b3f365a4a8c24108c713e78 X-VCS-Branch: master Date: Tue, 9 Apr 2019 03:17:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 990dcbe4-1cc7-4a22-8889-7aa2e635cae5 X-Archives-Hash: 8f615fb4811cd8d94ecc3c8dd4a9c294 commit: 1610322d899757206b3f365a4a8c24108c713e78 Author: Aaron Bauman gentoo org> AuthorDate: Tue Apr 9 03:15:35 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Apr 9 03:17:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1610322d media-libs/fdk-aac: revert stabilization * breaks building of media-video/ffmpeg wrt bug #682890 Signed-off-by: Aaron Bauman gentoo.org> media-libs/fdk-aac/fdk-aac-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild b/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild index 91c30a952c3..4f12537b1d3 100644 --- a/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild +++ b/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}" inherit autotools git-r3 else - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" if [[ ${PV%_p*} != ${PV} ]]; then # Gentoo snapshot SRC_URI="mirror://gentoo/${P}.tar.xz" else # Official release