From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-975515-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 856481396D0 for <garchives@archives.gentoo.org>; Fri, 29 Sep 2017 03:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB4D32BC00C; Fri, 29 Sep 2017 03:16:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A2F2A2BC00C for <gentoo-commits@lists.gentoo.org>; Fri, 29 Sep 2017 03:16:46 +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 4BDDA3416F3 for <gentoo-commits@lists.gentoo.org>; Fri, 29 Sep 2017 03:16:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D46448F83 for <gentoo-commits@lists.gentoo.org>; Fri, 29 Sep 2017 03:16:43 +0000 (UTC) From: "Michael Palimaka" <kensington@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, "Michael Palimaka" <kensington@gentoo.org> Message-ID: <1506654992.6b79ec6abdbfd5053fabb8f3e6837792640a812a.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6b79ec6abdbfd5053fabb8f3e6837792640a812a X-VCS-Branch: master Date: Fri, 29 Sep 2017 03:16:43 +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: 95fe8bc6-badd-42ab-8395-9fa78f1fff0d X-Archives-Hash: 5ba7f1e6a004983c99028c1c68928254 commit: 6b79ec6abdbfd5053fabb8f3e6837792640a812a Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Sep 29 03:07:26 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Sep 29 03:16:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b79ec6a www-client/qupzilla: stabilise 2.1.2 for amd64/x86 Closes: https://bugs.gentoo.org/632269 Package-Manager: Portage-2.3.8, Repoman-2.3.3 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 7bc3de3e811..c17924c3323 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 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" S=${WORKDIR}/${MY_P} fi