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 B70E1138334 for ; Fri, 24 May 2019 22:09:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B776E087E; Fri, 24 May 2019 22:08:53 +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 E0A87E087E for ; Fri, 24 May 2019 22:08:52 +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 E29F0344FA9 for ; Fri, 24 May 2019 22:08:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28899614 for ; Fri, 24 May 2019 22:08:48 +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: <1558735718.cae073de279f1c3821ff8d3ab4f2a536ae5ae6e1.slyfox@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.10.ebuild X-VCS-Directories: dev-lua/luassert/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: cae073de279f1c3821ff8d3ab4f2a536ae5ae6e1 X-VCS-Branch: master Date: Fri, 24 May 2019 22:08:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e83a67be-d1ae-4513-ad80-79d910edfe09 X-Archives-Hash: a19f7032c85878c36a4322a363bd69cd commit: cae073de279f1c3821ff8d3ab4f2a536ae5ae6e1 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri May 24 21:44:28 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri May 24 22:08:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae073de dev-lua/luassert: stable 1.7.10 for ppc, bug #638140 Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-lua/luassert/luassert-1.7.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/luassert/luassert-1.7.10.ebuild b/dev-lua/luassert/luassert-1.7.10.ebuild index 4491944cca6..8a9e04397b7 100644 --- a/dev-lua/luassert/luassert-1.7.10.ebuild +++ b/dev-lua/luassert/luassert-1.7.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Olivine-Labs/luassert/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 arm ppc ~ppc64 ~x86" IUSE="luajit test" CDEPEND="