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 AF2A6138334 for ; Sat, 25 Aug 2018 18:09:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72DB1E0831; Sat, 25 Aug 2018 18:09:03 +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 46AD0E082F for ; Sat, 25 Aug 2018 18:09:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 53EE9335CC2 for ; Sat, 25 Aug 2018 18:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D122A3C0 for ; Sat, 25 Aug 2018 18:08:57 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1535220526.798574ceb0e46f28df6c7f4b327241e253daaf0d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Aspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild X-VCS-Directories: dev-perl/Text-Aspell/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 798574ceb0e46f28df6c7f4b327241e253daaf0d X-VCS-Branch: master Date: Sat, 25 Aug 2018 18:08:57 +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: 1ebf63f6-68ff-4910-b4e2-bf50d197c5e9 X-Archives-Hash: a942d0afc515f89f27086a4b1371aad9 commit: 798574ceb0e46f28df6c7f4b327241e253daaf0d Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 25 18:07:21 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 25 18:08:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798574ce dev-perl/Text-Aspell: stable 0.90.0-r2 for hppa, bug #663934 Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa" dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild index addfe35dc31..1ec990e0bcd 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl interface to the GNU Aspell Library" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="app-text/aspell"