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 B38DC13835A for ; Tue, 14 Jul 2020 22:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BDEFE08C8; Tue, 14 Jul 2020 22:39:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 82A9BE08C4 for ; Tue, 14 Jul 2020 22:39:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0FD1334F106 for ; Tue, 14 Jul 2020 22:39:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A64D62DD for ; Tue, 14 Jul 2020 22:39:02 +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: <1594766338.27cda4454c60eabeae46338c85572ae129b9dc0f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/shairplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild X-VCS-Directories: net-libs/shairplay/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 27cda4454c60eabeae46338c85572ae129b9dc0f X-VCS-Branch: master Date: Tue, 14 Jul 2020 22:39:02 +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: 9209899b-bf6c-4beb-aef3-1e860abbcf0f X-Archives-Hash: d4fdff169900027e40d3bd1f452744d5 commit: 27cda4454c60eabeae46338c85572ae129b9dc0f Author: Sam James gentoo org> AuthorDate: Tue Jul 14 22:38:58 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 14 22:38:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cda445 net-libs/shairplay: arm keyworded (bug #725914) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild b/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild index 393ad57ec1f..5d5d13d3901 100644 --- a/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild +++ b/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild @@ -12,7 +12,7 @@ else EGIT_COMMIT="096b61ad14c90169f438e690d096e3fcf87e504e" SRC_URI="https://github.com/juhovh/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${EGIT_COMMIT}" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Apple airplay and raop protocol server"