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 A74BD58973 for ; Fri, 22 Jan 2016 14:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E66BC21C006; Fri, 22 Jan 2016 14:24:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E88821C006 for ; Fri, 22 Jan 2016 14:24:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44F323405BB for ; Fri, 22 Jan 2016 14:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74CA2CB3 for ; Fri, 22 Jan 2016 14:24:16 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1453472613.ab491710bbf977bc6aa9cd0e2649c89c78ab2e11.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qupzilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qupzilla/qupzilla-1.8.9.ebuild X-VCS-Directories: www-client/qupzilla/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: ab491710bbf977bc6aa9cd0e2649c89c78ab2e11 X-VCS-Branch: master Date: Fri, 22 Jan 2016 14:24:16 +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: a412c3a1-2d80-41dc-ae5e-01e275f4535b X-Archives-Hash: 7a2c37e310993567fb343716bd99809a commit: ab491710bbf977bc6aa9cd0e2649c89c78ab2e11 Author: Davide Pesavento gentoo org> AuthorDate: Fri Jan 22 14:23:33 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Jan 22 14:23:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab491710 www-client/qupzilla: stable on arm Gentoo-Bug: 569926 Tested-by: David Flogeras gmail.com> Package-Manager: portage-2.2.27 www-client/qupzilla/qupzilla-1.8.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/qupzilla/qupzilla-1.8.9.ebuild b/www-client/qupzilla/qupzilla-1.8.9.ebuild index 3a45094..13f0d94 100644 --- a/www-client/qupzilla/qupzilla-1.8.9.ebuild +++ b/www-client/qupzilla/qupzilla-1.8.9.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$ @@ -18,7 +18,7 @@ SRC_URI="https://github.com/${MY_PN}/${PN}/releases/download/v${PV}/${MY_P}.tar. LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 arm ~ppc64 ~x86" IUSE="dbus debug gnome-keyring kde libressl nonblockdialogs +qt4 qt5" REQUIRED_USE="^^ ( qt4 qt5 ) kde? ( qt4 )"