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 3346215808B for ; Thu, 19 Sep 2024 18:57:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 806B1E29A7; Thu, 19 Sep 2024 18:57:43 +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 69CFDE29A7 for ; Thu, 19 Sep 2024 18:57:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B92FA3431FC for ; Thu, 19 Sep 2024 18:57:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AE5827E9 for ; Thu, 19 Sep 2024 18:57:41 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1726772253.c40aa33cf0e6835c99f625d26c9b967980a5836c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dotconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/dotconf/dotconf-1.4.1.ebuild X-VCS-Directories: dev-libs/dotconf/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c40aa33cf0e6835c99f625d26c9b967980a5836c X-VCS-Branch: master Date: Thu, 19 Sep 2024 18:57:41 +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: acea2e2e-3776-44f8-940c-7aaf8e5ffbae X-Archives-Hash: 7ae6f26b39b2bac366c0d4852e3daca7 commit: c40aa33cf0e6835c99f625d26c9b967980a5836c Author: Arthur Zamarin gentoo org> AuthorDate: Thu Sep 19 18:57:33 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 19 18:57:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40aa33c dev-libs/dotconf: Stabilize 1.4.1 arm64, #939832 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/dotconf/dotconf-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/dotconf/dotconf-1.4.1.ebuild b/dev-libs/dotconf/dotconf-1.4.1.ebuild index a7f18592c808..017b270abdfc 100644 --- a/dev-libs/dotconf/dotconf-1.4.1.ebuild +++ b/dev-libs/dotconf/dotconf-1.4.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/williamh/dotconf.git" else SRC_URI="https://github.com/williamh/dotconf/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1"