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 397B6158088 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 801AC2BC054; Thu, 20 Jan 2022 20:11:02 +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 681602BC051 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 87D8D342F9E 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 9618F2A7 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: <1642709430.bb46b4ab0cc33c497cef479c4642e619cb2eb3be.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/yconf/yconf-1.0.12.ebuild X-VCS-Directories: dev-erlang/yconf/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: bb46b4ab0cc33c497cef479c4642e619cb2eb3be 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: 90fba177-d274-4a49-a2b2-b26574fd2f67 X-Archives-Hash: f3374d4119e17bbff7719c730ab8fc30 commit: bb46b4ab0cc33c497cef479c4642e619cb2eb3be Author: Florian Schmaus gentoo org> AuthorDate: Thu Jan 20 20:10:30 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jan 20 20:10:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb46b4ab dev-erlang/yconf: Stabilize 1.0.12 amd64, #831401 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/yconf/yconf-1.0.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-erlang/yconf/yconf-1.0.12.ebuild b/dev-erlang/yconf/yconf-1.0.12.ebuild index c72d2ff3ec95..1045c13aac4c 100644 --- a/dev-erlang/yconf/yconf-1.0.12.ebuild +++ b/dev-erlang/yconf/yconf-1.0.12.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" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1 >=dev-erlang/fast_yaml-1.0.32"