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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27318158003 for ; Fri, 29 Jul 2022 02:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59D0FE0BF2; Fri, 29 Jul 2022 02:59:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2913FE0BF2 for ; Fri, 29 Jul 2022 02:59:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 531B13411D3 for ; Fri, 29 Jul 2022 02:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DFAD54C for ; Fri, 29 Jul 2022 02:59:15 +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: <1659063540.98db43c59ec6a976fc8aa0ca1212ad671225d5fe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild X-VCS-Directories: net-libs/libdmapsharing/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 98db43c59ec6a976fc8aa0ca1212ad671225d5fe X-VCS-Branch: master Date: Fri, 29 Jul 2022 02:59:15 +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: 9705e277-bf9b-4f24-b2c7-751f6bc914d7 X-Archives-Hash: 9b3fc046fd0c98857342b26c1c8e9345 commit: 98db43c59ec6a976fc8aa0ca1212ad671225d5fe Author: Sam James gentoo org> AuthorDate: Fri Jul 29 02:59:00 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 29 02:59:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98db43c5 net-libs/libdmapsharing: Stabilize 2.9.41 arm64, #861029 Signed-off-by: Sam James gentoo.org> net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild index d287c63b0e2a..0ca9ab752b1a 100644 --- a/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild +++ b/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="3.0/2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="+introspection test" RESTRICT="!test? ( test )"