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 35B02158087 for ; Thu, 20 Jan 2022 20:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 859A52BC052; Thu, 20 Jan 2022 20:11:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7024F2BC052 for ; Thu, 20 Jan 2022 20:11:02 +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 995F7343268 for ; Thu, 20 Jan 2022 20:11:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E062C2B0 for ; Thu, 20 Jan 2022 20:10:58 +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: <1642709431.d59694744798af4c56ef63dacdf1bdc6c1631fde.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/stringprep/stringprep-1.0.27.ebuild X-VCS-Directories: dev-erlang/stringprep/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d59694744798af4c56ef63dacdf1bdc6c1631fde X-VCS-Branch: master Date: Thu, 20 Jan 2022 20:10:58 +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: fbf9c683-1c94-4f08-ae0c-fcd919ee0673 X-Archives-Hash: f80f85ef7b01a1491e47829e5b843bc8 commit: d59694744798af4c56ef63dacdf1bdc6c1631fde Author: Florian Schmaus gentoo org> AuthorDate: Thu Jan 20 20:10:31 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jan 20 20:10:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5969474 dev-erlang/stringprep: Stabilize 1.0.27 amd64, #831401 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/stringprep/stringprep-1.0.27.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-erlang/stringprep/stringprep-1.0.27.ebuild b/dev-erlang/stringprep/stringprep-1.0.27.ebuild index 08434cc597ca..d0aca4f6af0b 100644 --- a/dev-erlang/stringprep/stringprep-1.0.27.ebuild +++ b/dev-erlang/stringprep/stringprep-1.0.27.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="Apache-2.0 tcltk" 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.23"