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 9408F138331 for ; Tue, 29 May 2018 12:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ED44E0802; Tue, 29 May 2018 12:29:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 460A0E07FE for ; Tue, 29 May 2018 12:29:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9A38335C63 for ; Tue, 29 May 2018 12:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BF012A4 for ; Tue, 29 May 2018 12:29:40 +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: <1527596168.49619ce2a568ac502ae9b5bd86f6bf5ebf41fba5.zlogene@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.8.ebuild X-VCS-Directories: app-arch/gcab/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 49619ce2a568ac502ae9b5bd86f6bf5ebf41fba5 X-VCS-Branch: master Date: Tue, 29 May 2018 12:29:40 +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: 7b98ee56-9f85-4eff-8321-e0481874d38f X-Archives-Hash: 5200274315f1009c3414ff1b35ee6d0c commit: 49619ce2a568ac502ae9b5bd86f6bf5ebf41fba5 Author: Mikle Kolyada gentoo org> AuthorDate: Tue May 29 12:16:08 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue May 29 12:16:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49619ce2 app-arch/gcab: ppc64 stable wrt bug #652976 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-arch/gcab/gcab-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/gcab/gcab-0.8.ebuild b/app-arch/gcab/gcab-0.8.ebuild index 6c0f5668830..77ff088306e 100644 --- a/app-arch/gcab/gcab-0.8.ebuild +++ b/app-arch/gcab/gcab-0.8.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/msitools" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86" IUSE="+introspection vala" REQUIRED_USE="vala? ( introspection )"