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 A577413933E for ; Thu, 8 Jul 2021 15:37:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8013E09F6; Thu, 8 Jul 2021 15:37:48 +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 C0014E09F6 for ; Thu, 8 Jul 2021 15:37:48 +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 57B98342ABE for ; Thu, 8 Jul 2021 15:37:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D70F47C1 for ; Thu, 8 Jul 2021 15:37:45 +0000 (UTC) From: "Florian Schmaus" 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" Message-ID: <1625758624.16782322de1c86b097b151d4a825a5f602e836d7.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/cache_tab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/cache_tab/cache_tab-1.0.28.ebuild X-VCS-Directories: dev-erlang/cache_tab/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 16782322de1c86b097b151d4a825a5f602e836d7 X-VCS-Branch: master Date: Thu, 8 Jul 2021 15:37:45 +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: 477ce21c-e72d-4e59-9cea-8c558d217665 X-Archives-Hash: 7b145a2da9301e54e1a3f71270fac918 commit: 16782322de1c86b097b151d4a825a5f602e836d7 Author: Florian Schmaus gentoo org> AuthorDate: Thu Jul 8 15:37:04 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jul 8 15:37:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16782322 dev-erlang/cache_tab: Stabilize 1.0.28 amd64 x86, #801088 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/cache_tab/cache_tab-1.0.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-erlang/cache_tab/cache_tab-1.0.28.ebuild b/dev-erlang/cache_tab/cache_tab-1.0.28.ebuild index 8f320b75176..d2d90200458 100644 --- a/dev-erlang/cache_tab/cache_tab-1.0.28.ebuild +++ b/dev-erlang/cache_tab/cache_tab-1.0.28.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 >=dev-erlang/p1_utils-1.0.22"