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 0BEE5138334 for ; Mon, 4 Feb 2019 20:17:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 287FFE09E2; Mon, 4 Feb 2019 20:17:02 +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 F2DB6E09E2 for ; Mon, 4 Feb 2019 20:17:01 +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 8E03B33E830 for ; Mon, 4 Feb 2019 20:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E86752F for ; Mon, 4 Feb 2019 20:16:59 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1549311146.704f2c727a98d0f2f5d099311c90e1fb47e03208.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-zlib/lua-zlib-1.1.ebuild X-VCS-Directories: dev-lua/lua-zlib/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 704f2c727a98d0f2f5d099311c90e1fb47e03208 X-VCS-Branch: master Date: Mon, 4 Feb 2019 20:16:59 +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: 6c4ad675-eaeb-4d7a-a562-c955f5b65ee8 X-Archives-Hash: 2c3878c862e15bb7c3953e042edbc96e commit: 704f2c727a98d0f2f5d099311c90e1fb47e03208 Author: Markus Meier gentoo org> AuthorDate: Mon Feb 4 20:12:26 2019 +0000 Commit: Markus Meier gentoo org> CommitDate: Mon Feb 4 20:12:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704f2c72 dev-lua/lua-zlib: arm stable, bug #622680 Signed-off-by: Markus Meier gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="arm" dev-lua/lua-zlib/lua-zlib-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/lua-zlib/lua-zlib-1.1.ebuild b/dev-lua/lua-zlib/lua-zlib-1.1.ebuild index f036e0a8aea..b51a835e97d 100644 --- a/dev-lua/lua-zlib/lua-zlib-1.1.ebuild +++ b/dev-lua/lua-zlib/lua-zlib-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# 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/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 arm x86" IUSE="" RDEPEND="dev-lang/lua:0