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 9A42B139347 for ; Thu, 8 Jul 2021 15:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEB9DE0BBA; Thu, 8 Jul 2021 15:37:51 +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 BDD57E0BBA for ; Thu, 8 Jul 2021 15:37:51 +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 C33FC342AE0 for ; Thu, 8 Jul 2021 15:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 199617DB for ; Thu, 8 Jul 2021 15:37:47 +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: <1625758628.44e20786bc084574867f347d162e6c7c46befed9.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stun/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/stun/stun-1.0.43.ebuild X-VCS-Directories: dev-erlang/stun/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 44e20786bc084574867f347d162e6c7c46befed9 X-VCS-Branch: master Date: Thu, 8 Jul 2021 15:37:47 +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: 30b80a5d-2ff8-440c-87f2-eb24cb0f7509 X-Archives-Hash: a92fa5acb2def1b70787ab0cb127cedf commit: 44e20786bc084574867f347d162e6c7c46befed9 Author: Florian Schmaus gentoo org> AuthorDate: Thu Jul 8 15:37:08 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jul 8 15:37:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e20786 dev-erlang/stun: Stabilize 1.0.43 amd64 x86, #801088 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/stun/stun-1.0.43.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-erlang/stun/stun-1.0.43.ebuild b/dev-erlang/stun/stun-1.0.43.ebuild index 814b056965b..666997bdca4 100644 --- a/dev-erlang/stun/stun-1.0.43.ebuild +++ b/dev-erlang/stun/stun-1.0.43.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" DEPEND=">=dev-erlang/fast_tls-1.1.12 >=dev-erlang/p1_utils-1.0.22"