From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1339213832E for ; Sat, 30 Jul 2016 09:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41A11E0BA4; Sat, 30 Jul 2016 09:34:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C178D21C081 for ; Sat, 30 Jul 2016 09:34:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D26D5340CF6 for ; Sat, 30 Jul 2016 09:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD48F2450 for ; Sat, 30 Jul 2016 09:34:01 +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: <1469871233.7af89628091b269f2e451e75cbe41f136168977e.jer@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.7.ebuild X-VCS-Directories: app-arch/gcab/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 7af89628091b269f2e451e75cbe41f136168977e X-VCS-Branch: master Date: Sat, 30 Jul 2016 09:34:01 +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: 5fe097db-2218-419f-a42a-0500a934aad6 X-Archives-Hash: 9b4766e2fb70dadae9ff5a6a4acbe11e commit: 7af89628091b269f2e451e75cbe41f136168977e Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jul 30 09:28:02 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jul 30 09:33:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af89628 app-arch/gcab: Stable for PPC64 (bug #584468). Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches app-arch/gcab/gcab-0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/gcab/gcab-0.7.ebuild b/app-arch/gcab/gcab-0.7.ebuild index eeec0ca..0260c11 100644 --- a/app-arch/gcab/gcab-0.7.ebuild +++ b/app-arch/gcab/gcab-0.7.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/msitools" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86" IUSE="+introspection vala" REQUIRED_USE="vala? ( introspection )"