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 8CB70138334 for ; Sun, 16 Sep 2018 19:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67488E06CC; Sun, 16 Sep 2018 19:19:10 +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 3B56CE06CC for ; Sun, 16 Sep 2018 19:19:10 +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 92BEE335CC9 for ; Sun, 16 Sep 2018 19:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 023162C6 for ; Sun, 16 Sep 2018 19:19:07 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1537125518.82b7325081a0b727f875a32af2ee2f14f2c38cc0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gspell/gspell-1.6.1.ebuild X-VCS-Directories: app-text/gspell/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 82b7325081a0b727f875a32af2ee2f14f2c38cc0 X-VCS-Branch: master Date: Sun, 16 Sep 2018 19:19:07 +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: 82f9e8e7-ad10-4d32-b1b4-76fe008d3b1f X-Archives-Hash: 4022096b4df7667467f7688143e6888b commit: 82b7325081a0b727f875a32af2ee2f14f2c38cc0 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 16 19:18:38 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Sep 16 19:18:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b73250 app-text/gspell-1.6.1: added ~ppc64, bug 663734 app-text/gspell/gspell-1.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/gspell/gspell-1.6.1.ebuild b/app-text/gspell/gspell-1.6.1.ebuild index 483713d17e1..c47de38e859 100644 --- a/app-text/gspell/gspell-1.6.1.ebuild +++ b/app-text/gspell/gspell-1.6.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/gspell" LICENSE="LGPL-2.1+" SLOT="0/1" # subslot = libgspell-1 soname version -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="+introspection vala" REQUIRED_USE="vala? ( introspection )"