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 F2CFD139086 for ; Wed, 18 Jan 2017 10:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BD4CE0D3B; Wed, 18 Jan 2017 10:12:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15AF3E0D3A for ; Wed, 18 Jan 2017 10:12:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26860340C9F for ; Wed, 18 Jan 2017 10:12:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92BCB2799 for ; Wed, 18 Jan 2017 10:12:08 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1484734317.01a039ec0af006258e40dfbad4412a778d845669.kensington@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.10.5.ebuild X-VCS-Directories: dev-libs/appstream/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 01a039ec0af006258e40dfbad4412a778d845669 X-VCS-Branch: master Date: Wed, 18 Jan 2017 10:12:08 +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-Archives-Salt: 9e748674-eabf-4a97-bb75-07f6f2db918c X-Archives-Hash: 87d80fa26004672c7dcb19e0d8e7b345 commit: 01a039ec0af006258e40dfbad4412a778d845669 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 18 10:07:51 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jan 18 10:11:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a039ec dev-libs/appstream: add ~arm keyword Tested on Raspberry Pi 2. Gentoo-bug: 605666 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/appstream/appstream-0.10.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/appstream/appstream-0.10.5.ebuild b/dev-libs/appstream/appstream-0.10.5.ebuild index 55829e7..16699c3 100644 --- a/dev-libs/appstream/appstream-0.10.5.ebuild +++ b/dev-libs/appstream/appstream-0.10.5.ebuild @@ -15,7 +15,7 @@ else MY_PV="$(replace_all_version_separators '_')" MY_P="APPSTREAM_${MY_PV}" SRC_URI="https://github.com/ximion/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" S="${WORKDIR}/${PN}-${MY_P}" fi