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 4D4911382C5 for ; Tue, 27 Mar 2018 07:31:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DE42E09E5; Tue, 27 Mar 2018 07:31:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3888EE09E5 for ; Tue, 27 Mar 2018 07:31:43 +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 C12B8335C51 for ; Tue, 27 Mar 2018 07:31:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 160EE26D 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: <1522135893.c986b8fba1eb16e9903b2b7b8d6890c570040519.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c986b8fba1eb16e9903b2b7b8d6890c570040519 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: b8bc23a8-6c30-401d-a330-c71a521d86b2 X-Archives-Hash: af16114fc9367d2efefdec882f5fa199 commit: c986b8fba1eb16e9903b2b7b8d6890c570040519 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Mar 27 06:51:33 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Mar 27 07:31:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c986b8fb dev-lua/lua-term: keyworded 0.3 for ppc64, bug #651516 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64" 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 043d32b8ee0..d4bffa08e72 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-2017 Gentoo Foundation +# Copyright 1999-2018 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 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:="