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 71AEB138335 for ; Tue, 28 May 2019 02:35:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46C6DE0874; Tue, 28 May 2019 02:35:45 +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 2B308E0874 for ; Tue, 28 May 2019 02:35:44 +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 A0333345030 for ; Tue, 28 May 2019 02:35:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24379601 for ; Tue, 28 May 2019 02:35:41 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1559010905.80ffe8b621bba3492f18c3ff1ed162f6396897ea.bman@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.12.6.ebuild X-VCS-Directories: dev-libs/appstream/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 80ffe8b621bba3492f18c3ff1ed162f6396897ea X-VCS-Branch: master Date: Tue, 28 May 2019 02:35:41 +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: f8a14631-5170-4303-ad1d-ef7952b03ddf X-Archives-Hash: feb4efd316b4cef1a0aaa3754d39edd7 commit: 80ffe8b621bba3492f18c3ff1ed162f6396897ea Author: Aaron Bauman gentoo org> AuthorDate: Tue May 28 02:25:23 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue May 28 02:35:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ffe8b6 dev-libs/appstream: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" dev-libs/appstream/appstream-0.12.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/appstream/appstream-0.12.6.ebuild b/dev-libs/appstream/appstream-0.12.6.ebuild index d45c21e8900..528e7d9d809 100644 --- a/dev-libs/appstream/appstream-0.12.6.ebuild +++ b/dev-libs/appstream/appstream-0.12.6.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then else MY_PN="AppStream" SRC_URI="https://www.freedesktop.org/software/appstream/releases/${MY_PN}-${PV}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm arm64 x86" S="${WORKDIR}/${MY_PN}-${PV}" fi