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 2F5E1139695 for ; Thu, 16 Mar 2017 10:27:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9061C21C1F1; Thu, 16 Mar 2017 10:27:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B4FF21C1F1 for ; Thu, 16 Mar 2017 10:27:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB403341641 for ; Thu, 16 Mar 2017 10:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E463C6A1A for ; Thu, 16 Mar 2017 10:27:04 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1489660010.6d1de7b75b47a229cab13f18c5faa0444b590e2d.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6d1de7b75b47a229cab13f18c5faa0444b590e2d X-VCS-Branch: master Date: Thu, 16 Mar 2017 10:27:04 +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: a3013dc5-1a17-4371-8022-0aae4d7ba58e X-Archives-Hash: c6e8b2043633a0830a2c6e763c7b5528 commit: 6d1de7b75b47a229cab13f18c5faa0444b590e2d Author: Michael Palimaka gentoo org> AuthorDate: Thu Mar 16 09:56:20 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 16 10:26:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1de7b7 dev-lua/lua-term: add ~x86 keyword Gentoo-bug: 581300 Package-Manager: Portage-2.3.4, Repoman-2.3.2 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 ba9e2d15d6b..0c943f91409 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-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # 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" +KEYWORDS="amd64 ~x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:="