From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1064210-garchives=archives.gentoo.org@lists.gentoo.org> 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 5DDC8138334 for <garchives@archives.gentoo.org>; Sat, 29 Dec 2018 12:10:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F425E0999; Sat, 29 Dec 2018 12:10:21 +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 29FE6E0992 for <gentoo-commits@lists.gentoo.org>; Sat, 29 Dec 2018 12:10:21 +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 00BE2335CCF for <gentoo-commits@lists.gentoo.org>; Sat, 29 Dec 2018 12:10:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F239503 for <gentoo-commits@lists.gentoo.org>; Sat, 29 Dec 2018 12:10:13 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> 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" <zlogene@gentoo.org> Message-ID: <1546085404.57e091cd7625c774130eab47043b89df4fedc1ff.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-term/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-term/lua-term-0.3.ebuild X-VCS-Directories: dev-lua/lua-term/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 57e091cd7625c774130eab47043b89df4fedc1ff X-VCS-Branch: master Date: Sat, 29 Dec 2018 12:10:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fefd5afa-8138-4d0f-96ab-397196831a4d X-Archives-Hash: 118f9fcab7c5188602b769b13e8d86b5 commit: 57e091cd7625c774130eab47043b89df4fedc1ff Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Dec 29 12:09:05 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Dec 29 12:10:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e091cd dev-lua/lua-term: arm stable wrt bug #673756 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-lua/lua-term/lua-term-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/lua-term/lua-term-0.3.ebuild b/dev-lua/lua-term/lua-term-0.3.ebuild index 2bf85543e54..3889582bc2c 100644 --- a/dev-lua/lua-term/lua-term-0.3.ebuild +++ b/dev-lua/lua-term/lua-term-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/hoelzro/lua-term/archive/${MY_PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm ~ppc ~ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:="