From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-970103-garchives=archives.gentoo.org@lists.gentoo.org> 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 74A4F1396D0 for <garchives@archives.gentoo.org>; Thu, 31 Aug 2017 15:47:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A79261FC041; Thu, 31 Aug 2017 15:47:52 +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 844921FC041 for <gentoo-commits@lists.gentoo.org>; Thu, 31 Aug 2017 15:47:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B3FEC33BE4E for <gentoo-commits@lists.gentoo.org>; Thu, 31 Aug 2017 15:47:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CD918928 for <gentoo-commits@lists.gentoo.org>; Thu, 31 Aug 2017 15:47:50 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" <chithanh@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" <chithanh@gentoo.org> Message-ID: <1504194465.84a9dfddc89f4bc0463c2a6d59eaca1be316072d.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qupzilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qupzilla/qupzilla-2.1.2.ebuild X-VCS-Directories: www-client/qupzilla/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 84a9dfddc89f4bc0463c2a6d59eaca1be316072d X-VCS-Branch: master Date: Thu, 31 Aug 2017 15:47:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dfdb706c-72c5-427f-9f03-66fadf3e2464 X-Archives-Hash: ed5cf0050e8bc85431aedf1f86b7077e commit: 84a9dfddc89f4bc0463c2a6d59eaca1be316072d Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> AuthorDate: Thu Aug 31 15:47:22 2017 +0000 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> CommitDate: Thu Aug 31 15:47:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a9dfdd www-client/qupzilla: keyword ~arm Package-Manager: Portage-2.3.6, Repoman-2.3.1 www-client/qupzilla/qupzilla-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/qupzilla/qupzilla-2.1.2.ebuild b/www-client/qupzilla/qupzilla-2.1.2.ebuild index 3aa6951284d..7bc3de3e811 100644 --- a/www-client/qupzilla/qupzilla-2.1.2.ebuild +++ b/www-client/qupzilla/qupzilla-2.1.2.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == *9999 ]]; then else MY_P=QupZilla-${PV} SRC_URI="https://github.com/QupZilla/${PN}/releases/download/v${PV}/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" S=${WORKDIR}/${MY_P} fi