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 E876313888F for ; Sun, 18 Oct 2015 09:40:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7334A21C074; Sun, 18 Oct 2015 09:40:28 +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 7454221C069 for ; Sun, 18 Oct 2015 09:40:27 +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 B57C4340566 for ; Sun, 18 Oct 2015 09:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A8D31290 for ; Sun, 18 Oct 2015 09:40:23 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1445161043.4e4a95061d9a4b291048b1ec68fc1503f8c59eaf.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/assistant/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/assistant/assistant-4.8.6-r1.ebuild X-VCS-Directories: dev-qt/assistant/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4e4a95061d9a4b291048b1ec68fc1503f8c59eaf X-VCS-Branch: master Date: Sun, 18 Oct 2015 09:40:23 +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: 32f7be31-d603-42de-994c-ceb4683fc983 X-Archives-Hash: 93165d57c492a073c5a3d526bb56a428 commit: 4e4a95061d9a4b291048b1ec68fc1503f8c59eaf Author: Mikle Kolyada gentoo org> AuthorDate: Sun Oct 18 09:23:29 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Oct 18 09:37:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4a9506 dev-qt/assistant: sparc stable wrt bug #530238 Package-Manager: portage-2.2.20.1 dev-qt/assistant/assistant-4.8.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/assistant/assistant-4.8.6-r1.ebuild b/dev-qt/assistant/assistant-4.8.6-r1.ebuild index 48ed93d..3067d70 100644 --- a/dev-qt/assistant/assistant-4.8.6-r1.ebuild +++ b/dev-qt/assistant/assistant-4.8.6-r1.ebuild @@ -9,9 +9,9 @@ inherit eutils qt4-build-multilib DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT4_BUILD_TYPE} == live ]]; then - KEYWORDS="alpha arm ia64 ppc ppc64" + KEYWORDS="alpha arm ia64 ppc ppc64 sparc" else - KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86" + KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" fi IUSE="webkit"