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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD13C1581F3 for ; Thu, 28 Nov 2024 22:51:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D83EE0837; Thu, 28 Nov 2024 22:51:22 +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 F403BE07EF for ; Thu, 28 Nov 2024 22:51:21 +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 1CC163430CA for ; Thu, 28 Nov 2024 22:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6DD016DA for ; Thu, 28 Nov 2024 22:51:19 +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: <1732834270.aa1a3f8beb9c5349eb92037691963f97cb63cf56.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgit2-glib/libgit2-glib-1.2.0-r1.ebuild X-VCS-Directories: dev-libs/libgit2-glib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aa1a3f8beb9c5349eb92037691963f97cb63cf56 X-VCS-Branch: master Date: Thu, 28 Nov 2024 22:51:19 +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: ec4218da-37ee-4d70-92da-66a9d3f29d3a X-Archives-Hash: b0c0012ff9d52e5630dd19fa14a37d2a commit: aa1a3f8beb9c5349eb92037691963f97cb63cf56 Author: Sam James gentoo org> AuthorDate: Thu Nov 28 22:50:48 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 28 22:51:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1a3f8b dev-libs/libgit2-glib: stabilize 1.2.0-r1 for amd64, x86 The changes are really quite small. Closes: https://bugs.gentoo.org/927383 Signed-off-by: Sam James gentoo.org> dev-libs/libgit2-glib/libgit2-glib-1.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgit2-glib/libgit2-glib-1.2.0-r1.ebuild b/dev-libs/libgit2-glib/libgit2-glib-1.2.0-r1.ebuild index 590714adcf8c..b2261570d891 100644 --- a/dev-libs/libgit2-glib/libgit2-glib-1.2.0-r1.ebuild +++ b/dev-libs/libgit2-glib/libgit2-glib-1.2.0-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" IUSE="gtk-doc python +ssh +vala" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"