From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5BF8E59CA5 for ; Tue, 22 Mar 2016 14:47:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D44CC21C174; Tue, 22 Mar 2016 14:47:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8146821C174 for ; Tue, 22 Mar 2016 14:47:56 +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 6B653340BBE for ; Tue, 22 Mar 2016 14:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E73C1F2 for ; Tue, 22 Mar 2016 14:47:51 +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: <1458658059.b2f4eeecfa189f6d3aa6d258604e2acaf8c33a4a.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/accounts-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/accounts-qt/accounts-qt-1.13.ebuild X-VCS-Directories: net-libs/accounts-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b2f4eeecfa189f6d3aa6d258604e2acaf8c33a4a X-VCS-Branch: master Date: Tue, 22 Mar 2016 14:47:51 +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: d74bbdbf-58b9-4802-85b2-604d91d28c55 X-Archives-Hash: 00a7e47a5cd1e240b5c62f5049766ed0 commit: b2f4eeecfa189f6d3aa6d258604e2acaf8c33a4a Author: Michael Palimaka gentoo org> AuthorDate: Tue Mar 22 14:45:07 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Mar 22 14:47:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f4eeec net-libs/accounts-qt: add ~arm keyword Tested on Raspberry Pi 2. Package-Manager: portage-2.2.28 net-libs/accounts-qt/accounts-qt-1.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/accounts-qt/accounts-qt-1.13.ebuild b/net-libs/accounts-qt/accounts-qt-1.13.ebuild index f5bfac9..67a984b 100644 --- a/net-libs/accounts-qt/accounts-qt-1.13.ebuild +++ b/net-libs/accounts-qt/accounts-qt-1.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="doc test" # killed by stack smashing detector