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 6F2F51382C5 for ; Sun, 16 May 2021 18:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65FB4E0826; Sun, 16 May 2021 18:53:19 +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 327E7E0826 for ; Sun, 16 May 2021 18:53:19 +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 19D49340F6C for ; Sun, 16 May 2021 18:53:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A73F78C for ; Sun, 16 May 2021 18:53:16 +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: <1621191140.a9a2fbe3f2b21ea66b4e2f433999812fbb8da94f.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: a9a2fbe3f2b21ea66b4e2f433999812fbb8da94f X-VCS-Branch: master Date: Sun, 16 May 2021 18:53:16 +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: 5b5be5af-2cbf-429a-9989-5f23bc3b4a99 X-Archives-Hash: 96c67be50f8c7506c0f0272d26060042 commit: a9a2fbe3f2b21ea66b4e2f433999812fbb8da94f Author: Sam James gentoo org> AuthorDate: Sun May 16 18:50:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 16 18:52:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a2fbe3 net-libs/shairplay: Stabilize 0_pre20180824-r1 x86, #778446 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 1e2073dc00d..cee511c1686 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 ~arm arm64 ~x86" + KEYWORDS="~amd64 ~arm arm64 x86" fi DESCRIPTION="Apple airplay and raop protocol server"