From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7770D1581EE for ; Wed, 02 Apr 2025 16:58:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 61867343262 for ; Wed, 02 Apr 2025 16:58:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 00E541104BA; Wed, 02 Apr 2025 16:58:35 +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 bobolink.gentoo.org (Postfix) with ESMTPS id F02981104BA for ; Wed, 02 Apr 2025 16:58:34 +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 AAD0F3431B1 for ; Wed, 02 Apr 2025 16:58:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03F8A287C for ; Wed, 02 Apr 2025 16:58:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1743613062.7821a037c01e32875bfb67dc8b151598eed026d2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/unibilium/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/unibilium/unibilium-2.1.2.ebuild X-VCS-Directories: dev-libs/unibilium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7821a037c01e32875bfb67dc8b151598eed026d2 X-VCS-Branch: master Date: Wed, 02 Apr 2025 16:58:32 +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: d87389c3-174c-4d25-9af5-9b627ee6b0e1 X-Archives-Hash: b8692f25fc1afe48c15ca870d058a8f4 commit: 7821a037c01e32875bfb67dc8b151598eed026d2 Author: Sam James gentoo org> AuthorDate: Wed Apr 2 16:57:42 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 2 16:57:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7821a037 dev-libs/unibilium: Stabilize 2.1.2 amd64, #953055 Signed-off-by: Sam James gentoo.org> dev-libs/unibilium/unibilium-2.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/unibilium/unibilium-2.1.2.ebuild b/dev-libs/unibilium/unibilium-2.1.2.ebuild index 193b0caf33dc..43a9f65e5c44 100644 --- a/dev-libs/unibilium/unibilium-2.1.2.ebuild +++ b/dev-libs/unibilium/unibilium-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/neovim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3+ MIT" SLOT="0/4" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" BDEPEND="dev-lang/perl"