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 25A1A138334 for ; Mon, 27 May 2019 21:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 275D4E089E; Mon, 27 May 2019 21:04:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 01DD6E089E for ; Mon, 27 May 2019 21:04:57 +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 DB844345053 for ; Mon, 27 May 2019 21:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87C9D61A for ; Mon, 27 May 2019 21:04:52 +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: <1558990970.8d6b7959c5b66256d61923a55dd221fff7f6d9ab.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/convertlit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/convertlit/convertlit-1.8-r3.ebuild X-VCS-Directories: app-text/convertlit/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8d6b7959c5b66256d61923a55dd221fff7f6d9ab X-VCS-Branch: master Date: Mon, 27 May 2019 21:04:52 +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: 0807ee47-82ed-4546-b88b-fd86d9d21760 X-Archives-Hash: 5a570801b440fc92131f9586362eca4e commit: 8d6b7959c5b66256d61923a55dd221fff7f6d9ab Author: Aaron Bauman gentoo org> AuthorDate: Mon May 27 21:02:50 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon May 27 21:02:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6b7959 app-text/convertlit: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" app-text/convertlit/convertlit-1.8-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/convertlit/convertlit-1.8-r3.ebuild b/app-text/convertlit/convertlit-1.8-r3.ebuild index 7befeb7eb30..d56b60c9caf 100644 --- a/app-text/convertlit/convertlit-1.8-r3.ebuild +++ b/app-text/convertlit/convertlit-1.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="http://www.convertlit.com/${MY_P}src.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND=">=dev-libs/libtommath-0.36-r1"