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 850461384C3 for ; Sun, 6 Sep 2015 08:05:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA72F1420E; Sun, 6 Sep 2015 08:05:53 +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 632D11420D for ; Sun, 6 Sep 2015 08:05:53 +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 1B833340784 for ; Sun, 6 Sep 2015 08:05:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B29A19 for ; Sun, 6 Sep 2015 08:05:50 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1441526736.c788e74a2b5e105bd60d14041eadfff50b3104d2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/gcab/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/gcab/gcab-0.6.ebuild X-VCS-Directories: app-arch/gcab/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c788e74a2b5e105bd60d14041eadfff50b3104d2 X-VCS-Branch: master Date: Sun, 6 Sep 2015 08:05:50 +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: 291fb98b-a575-456e-b58e-7f18857d188b X-Archives-Hash: f549c45480b75349448d1a6d3b6eb1b6 commit: c788e74a2b5e105bd60d14041eadfff50b3104d2 Author: Pacho Ramos gentoo org> AuthorDate: Sun Sep 6 08:04:08 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Sep 6 08:05:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c788e74a app-arch/gcab: ppc/sparc keyword, bug #553926 Package-Manager: portage-2.2.20.1 app-arch/gcab/gcab-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/gcab/gcab-0.6.ebuild b/app-arch/gcab/gcab-0.6.ebuild index 972f89b..e3b14bd 100644 --- a/app-arch/gcab/gcab-0.6.ebuild +++ b/app-arch/gcab/gcab-0.6.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/msitools" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="+introspection vala" REQUIRED_USE="vala? ( introspection )"