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 307CE13835C for ; Thu, 31 Dec 2020 01:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F03CFE0884; Thu, 31 Dec 2020 01:47:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D7E82E0884 for ; Thu, 31 Dec 2020 01:47:45 +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 3227D340DC4 for ; Thu, 31 Dec 2020 01:47:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6E74483 for ; Thu, 31 Dec 2020 01:47:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609378991.2ec428ac5a74185aad382791d47ccb4908718e11.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faad2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/faad2/faad2-2.10.0.ebuild X-VCS-Directories: media-libs/faad2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ec428ac5a74185aad382791d47ccb4908718e11 X-VCS-Branch: master Date: Thu, 31 Dec 2020 01:47:42 +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: ec11790e-748a-4930-99a3-55f956a85d4e X-Archives-Hash: 047f99727daa7ef7593144e24b4e0ee8 commit: 2ec428ac5a74185aad382791d47ccb4908718e11 Author: Sam James gentoo org> AuthorDate: Thu Dec 31 01:43:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 31 01:43:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec428ac media-libs/faad2: Stabilize 2.10.0 arm, #762490 Signed-off-by: Sam James gentoo.org> media-libs/faad2/faad2-2.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/faad2/faad2-2.10.0.ebuild b/media-libs/faad2/faad2-2.10.0.ebuild index d4e2e31aa27..075fa45177c 100644 --- a/media-libs/faad2/faad2-2.10.0.ebuild +++ b/media-libs/faad2/faad2-2.10.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/knik0/faad2/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="digitalradio static-libs" RDEPEND=""