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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9263C158087 for ; Thu, 20 Jan 2022 20:11:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D556E2BC06A; Thu, 20 Jan 2022 20:11:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 217D52BC069 for ; Thu, 20 Jan 2022 20:11:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BA89335DB3 for ; Thu, 20 Jan 2022 20:11:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5DDE2CB for ; Thu, 20 Jan 2022 20:10:59 +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: <1642709435.56c6feed7cac2d131d9238e79ba801a6098a8ffd.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.47.ebuild X-VCS-Directories: dev-erlang/stun/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 56c6feed7cac2d131d9238e79ba801a6098a8ffd X-VCS-Branch: master Date: Thu, 20 Jan 2022 20:10: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: a17026a8-8284-4792-a9a6-e149e518c74c X-Archives-Hash: 96e650126db25cdb3d85c18a6d6b7999 commit: 56c6feed7cac2d131d9238e79ba801a6098a8ffd Author: Florian Schmaus gentoo org> AuthorDate: Thu Jan 20 20:10:35 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jan 20 20:10:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c6feed dev-erlang/stun: Stabilize 1.0.47 amd64, #831401 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/stun/stun-1.0.47.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-erlang/stun/stun-1.0.47.ebuild b/dev-erlang/stun/stun-1.0.47.ebuild index d432e9505400..3eb69fb18512 100644 --- a/dev-erlang/stun/stun-1.0.47.ebuild +++ b/dev-erlang/stun/stun-1.0.47.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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.13 >=dev-erlang/p1_utils-1.0.23"