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 8EB721382C5 for ; Mon, 29 Mar 2021 14:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAB72E0875; Mon, 29 Mar 2021 14:50:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 23642E0871 for ; Mon, 29 Mar 2021 14:50:24 +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 397AD3409D8 for ; Mon, 29 Mar 2021 14:50:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF201641 for ; Mon, 29 Mar 2021 14:50:18 +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: <1617028297.d950d7cfa106a1f6b11d5949ea3f5bcbc82d4a28.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: d950d7cfa106a1f6b11d5949ea3f5bcbc82d4a28 X-VCS-Branch: master Date: Mon, 29 Mar 2021 14:50:18 +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: ff7b7330-ea2d-4314-bd95-f261aebe0bda X-Archives-Hash: c9ab034b6afdb3b477aba516a2c8db64 commit: d950d7cfa106a1f6b11d5949ea3f5bcbc82d4a28 Author: Sam James gentoo org> AuthorDate: Mon Mar 29 14:31:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 29 14:31:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d950d7cf net-libs/shairplay: Stabilize 0_pre20180824-r1 arm64, #778446 Signed-off-by: Sam James gentoo.org> net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild b/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild index 5d5d13d3901..1e2073dc00d 100644 --- a/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild +++ b/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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"