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 DB605158018 for ; Mon, 4 Oct 2021 19:17:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18451E086F; Mon, 4 Oct 2021 19:17:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9410E086F for ; Mon, 4 Oct 2021 19:17:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31158342FAB for ; Mon, 4 Oct 2021 19:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38D58134 for ; Mon, 4 Oct 2021 19:16:58 +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: <1633374956.d5be1af3a33b57881c290ec78955aff07eb9ec27.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/appstream/appstream-0.14.5.ebuild X-VCS-Directories: dev-libs/appstream/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d5be1af3a33b57881c290ec78955aff07eb9ec27 X-VCS-Branch: master Date: Mon, 4 Oct 2021 19:16:58 +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: 4e2c72dd-3ed5-4b7d-ab05-2e6c449b9aa9 X-Archives-Hash: f525ffc9233a84391917573d07db28be commit: d5be1af3a33b57881c290ec78955aff07eb9ec27 Author: Sam James gentoo org> AuthorDate: Mon Oct 4 19:15:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 4 19:15:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5be1af3 dev-libs/appstream: Stabilize 0.14.5 arm64, #815829 Signed-off-by: Sam James gentoo.org> dev-libs/appstream/appstream-0.14.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/appstream/appstream-0.14.5.ebuild b/dev-libs/appstream/appstream-0.14.5.ebuild index 1439062f9a0..a67f828fd48 100644 --- a/dev-libs/appstream/appstream-0.14.5.ebuild +++ b/dev-libs/appstream/appstream-0.14.5.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then else SRC_URI="https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz" S="${WORKDIR}/AppStream-${PV}" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" fi DESCRIPTION="Cross-distro effort for providing metadata for software in the Linux ecosystem"