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 6A0B31384B4 for ; Tue, 24 Nov 2015 14:54:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75EB221C06C; Tue, 24 Nov 2015 14:54:26 +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 18C9521C06C for ; Tue, 24 Nov 2015 14:54:25 +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 7758634069A for ; Tue, 24 Nov 2015 14:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9561A50 for ; Tue, 24 Nov 2015 14:54:18 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1448376840.0acd7fabac76f224df0a3cffae06fd0d0a7ead2e.jer@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.6-r2.ebuild X-VCS-Directories: www-client/qupzilla/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0acd7fabac76f224df0a3cffae06fd0d0a7ead2e X-VCS-Branch: master Date: Tue, 24 Nov 2015 14:54:18 +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: 9e966da3-2fe4-4a58-af6d-7cbf02615bf2 X-Archives-Hash: bb89b97d492c8d0e4d9649fe70d74bb9 commit: 0acd7fabac76f224df0a3cffae06fd0d0a7ead2e Author: Jeroen Roovers gentoo org> AuthorDate: Tue Nov 24 14:54:00 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Nov 24 14:54:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acd7fab www-client/qupzilla: Mark ~ppc64 too. Package-Manager: portage-2.2.25 RepoMan-Options: --ignore-arches www-client/qupzilla/qupzilla-1.8.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/qupzilla/qupzilla-1.8.6-r2.ebuild b/www-client/qupzilla/qupzilla-1.8.6-r2.ebuild index 4b65925..08e72f9 100644 --- a/www-client/qupzilla/qupzilla-1.8.6-r2.ebuild +++ b/www-client/qupzilla/qupzilla-1.8.6-r2.ebuild @@ -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 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="dbus debug gnome-keyring kde libressl nonblockdialogs +qt4 qt5" REQUIRED_USE="^^ ( qt4 qt5 ) kde? ( qt4 )"