From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1300465-garchives=archives.gentoo.org@lists.gentoo.org> 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 890CD13933E for <garchives@archives.gentoo.org>; Thu, 8 Jul 2021 15:37:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBB44E0B64; Thu, 8 Jul 2021 15:37:50 +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 B4828E0B64 for <gentoo-commits@lists.gentoo.org>; Thu, 8 Jul 2021 15:37:50 +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 9AAE2342ACD for <gentoo-commits@lists.gentoo.org>; Thu, 8 Jul 2021 15:37:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7715F7D3 for <gentoo-commits@lists.gentoo.org>; Thu, 8 Jul 2021 15:37:46 +0000 (UTC) From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org> Message-ID: <1625758626.63f6baae7c337eba3ab9f62415e8e2bca97a6e30.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/ezlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/ezlib/ezlib-1.0.9.ebuild X-VCS-Directories: dev-erlang/ezlib/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 63f6baae7c337eba3ab9f62415e8e2bca97a6e30 X-VCS-Branch: master Date: Thu, 8 Jul 2021 15:37:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f935ad4d-9440-493e-9d38-9342cfd6d342 X-Archives-Hash: 285650c497990cfb7075a6216ecd6ccd commit: 63f6baae7c337eba3ab9f62415e8e2bca97a6e30 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Thu Jul 8 15:37:06 2021 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Jul 8 15:37:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f6baae dev-erlang/ezlib: Stabilize 1.0.9 amd64 x86, #801088 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-erlang/ezlib/ezlib-1.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-erlang/ezlib/ezlib-1.0.9.ebuild b/dev-erlang/ezlib/ezlib-1.0.9.ebuild index b160950131d..ad618fe82f5 100644 --- a/dev-erlang/ezlib/ezlib-1.0.9.ebuild +++ b/dev-erlang/ezlib/ezlib-1.0.9.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" DEPEND=">=dev-lang/erlang-17.1:= sys-libs/zlib"