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 A0E79138334 for ; Thu, 31 Jan 2019 14:05:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DC26E0A04; Thu, 31 Jan 2019 14:05:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7D35FE0A04 for ; Thu, 31 Jan 2019 14:05:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C928E335D52 for ; Thu, 31 Jan 2019 14:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A45C523 for ; Thu, 31 Jan 2019 14:05:48 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1548943492.b4c90243cab2111483395daf52cff66311a29c32.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luaevent/luaevent-0.4.4.ebuild X-VCS-Directories: dev-lua/luaevent/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: b4c90243cab2111483395daf52cff66311a29c32 X-VCS-Branch: master Date: Thu, 31 Jan 2019 14:05: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: e9d1281f-9b87-4a37-81e5-0871f82598b8 X-Archives-Hash: 455edd030086629f9e2a5366c21430d8 commit: b4c90243cab2111483395daf52cff66311a29c32 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Jan 31 14:04:52 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Jan 31 14:04:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c90243 dev-lua/luaevent: version 0.4.4 stable on amd64 and x86 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-lua/luaevent/luaevent-0.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/luaevent/luaevent-0.4.4.ebuild b/dev-lua/luaevent/luaevent-0.4.4.ebuild index 45ed9117a1c..57fc5cf893f 100644 --- a/dev-lua/luaevent/luaevent-0.4.4.ebuild +++ b/dev-lua/luaevent/luaevent-0.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/harningt/luaevent/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" RDEPEND="dev-lang/lua:0