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 AF5F6138331 for ; Tue, 27 Mar 2018 07:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A37EEE09FB; Tue, 27 Mar 2018 07:31:44 +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 7C1DCE09F4 for ; Tue, 27 Mar 2018 07:31:44 +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 56CE9335C36 for ; Tue, 27 Mar 2018 07:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E1CE270 for ; Tue, 27 Mar 2018 07:31:40 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1522135894.b8789a296d99df786ef87a23f4293af3d8ce6b9f.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasystem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luasystem/luasystem-0.2.0_p0.ebuild X-VCS-Directories: dev-lua/luasystem/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b8789a296d99df786ef87a23f4293af3d8ce6b9f X-VCS-Branch: master Date: Tue, 27 Mar 2018 07:31:40 +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: 20b133ec-7eb5-457b-9dc1-2a84e96a8186 X-Archives-Hash: 764adcfbccd1de5d4768c090e876e1e6 commit: b8789a296d99df786ef87a23f4293af3d8ce6b9f Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Mar 27 06:51:52 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Mar 27 07:31:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8789a29 dev-lua/luasystem: keyworded 0.2.0_p0 for ppc64, bug #651516 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64" dev-lua/luasystem/luasystem-0.2.0_p0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild b/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild index b73375f328a..98effc37b5f 100644 --- a/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild +++ b/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/LuaDist2/luasystem/archive/${MY_PV}.tar.gz -> LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:="