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 CFCE4138335 for ; Tue, 23 Apr 2019 21:39:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF1CAE0967; Tue, 23 Apr 2019 21:39:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9EA1FE0967 for ; Tue, 23 Apr 2019 21:39:24 +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 7FF4B34223E for ; Tue, 23 Apr 2019 21:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE5575CA for ; Tue, 23 Apr 2019 21:39:21 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1556055518.cefd72eb30b07badb938d397c1a3c4f6bbee4277.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/myspell-en/myspell-en-20190101.ebuild X-VCS-Directories: app-dicts/myspell-en/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cefd72eb30b07badb938d397c1a3c4f6bbee4277 X-VCS-Branch: master Date: Tue, 23 Apr 2019 21:39:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9df80b63-77c2-4e96-8c13-30d79a3ca396 X-Archives-Hash: f5b97e44b8191f3db8004a27c4ae5e6e commit: cefd72eb30b07badb938d397c1a3c4f6bbee4277 Author: Aaron Bauman gentoo org> AuthorDate: Tue Apr 23 21:30:24 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Apr 23 21:38:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefd72eb app-dicts/myspell-en: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-dicts/myspell-en/myspell-en-20190101.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-dicts/myspell-en/myspell-en-20190101.ebuild b/app-dicts/myspell-en/myspell-en-20190101.ebuild index 932b93b49c6..d71c0aee1b2 100644 --- a/app-dicts/myspell-en/myspell-en-20190101.ebuild +++ b/app-dicts/myspell-en/myspell-en-20190101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -13,7 +13,7 @@ SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY LICENSE="BSD MIT LGPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )