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 2A61B158020 for ; Tue, 1 Nov 2022 20:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8B23E0B04; Tue, 1 Nov 2022 20:39:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D4AB4E0B04 for ; Tue, 1 Nov 2022 20:39:40 +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 174FC34110D for ; Tue, 1 Nov 2022 20:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A4CE6F8 for ; Tue, 1 Nov 2022 20:39:37 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1667334763.d66feb0a1f84d75871bb7b3e96f295997436a812.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgrapheme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgrapheme/libgrapheme-2.0.1.ebuild X-VCS-Directories: dev-libs/libgrapheme/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d66feb0a1f84d75871bb7b3e96f295997436a812 X-VCS-Branch: master Date: Tue, 1 Nov 2022 20:39:37 +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: 86596a7e-c164-4439-9aae-bfd972bf94d7 X-Archives-Hash: 1124b231041fb89b4947963193248d0c commit: d66feb0a1f84d75871bb7b3e96f295997436a812 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Nov 1 20:02:54 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Nov 1 20:32:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66feb0a dev-libs/libgrapheme: stabilize 2.0.1 for amd64, x86 Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/libgrapheme/libgrapheme-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgrapheme/libgrapheme-2.0.1.ebuild b/dev-libs/libgrapheme/libgrapheme-2.0.1.ebuild index 7a7149cccb1d..d86626bd309d 100644 --- a/dev-libs/libgrapheme/libgrapheme-2.0.1.ebuild +++ b/dev-libs/libgrapheme/libgrapheme-2.0.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/libgrapheme/${P}.tar.gz" LICENSE="ISC Unicode-DFS-2016" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" # upstream suggests keeping the static option, others have requested it too IUSE="static-libs"