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 17749139694 for ; Thu, 16 Mar 2017 10:27:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FF0E21C14F; Thu, 16 Mar 2017 10:27:07 +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 0442221C14F for ; Thu, 16 Mar 2017 10:27:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 16B9834163E for ; Thu, 16 Mar 2017 10:27:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D118A6A19 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.07417a01e9222b4826427f9b41b14984ef3ff636.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luassert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luassert/luassert-1.7.9.ebuild X-VCS-Directories: dev-lua/luassert/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 07417a01e9222b4826427f9b41b14984ef3ff636 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: 214cf3f4-0c5a-43c4-bbf5-38b1c6fd6fd4 X-Archives-Hash: 91228c47350659b6bbaecd4d6fbf2072 commit: 07417a01e9222b4826427f9b41b14984ef3ff636 Author: Michael Palimaka gentoo org> AuthorDate: Thu Mar 16 09:55:53 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=07417a01 dev-lua/luassert: add ~x86 keyword Gentoo-bug: 581300 Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-lua/luassert/luassert-1.7.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/luassert/luassert-1.7.9.ebuild b/dev-lua/luassert/luassert-1.7.9.ebuild index 83951d17c39..364eddf7514 100644 --- a/dev-lua/luassert/luassert-1.7.9.ebuild +++ b/dev-lua/luassert/luassert-1.7.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Olivine-Labs/luassert/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:="