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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 825C91581B9 for ; Mon, 06 Oct 2025 11:20:08 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 67B5D341075 for ; Mon, 06 Oct 2025 11:20:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 57D83110213; Mon, 06 Oct 2025 11:20:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4BB57110213 for ; Mon, 06 Oct 2025 11:20:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07F31341075 for ; Mon, 06 Oct 2025 11:20:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46BEF29C4 for ; Mon, 06 Oct 2025 11:20:05 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1759746520.ab49206d4a5b90eec4a32a063dfd7405ff16ae5d.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/azure-identity/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/azure-identity/azure-identity-1.13.1.ebuild X-VCS-Directories: dev-cpp/azure-identity/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: ab49206d4a5b90eec4a32a063dfd7405ff16ae5d X-VCS-Branch: master Date: Mon, 06 Oct 2025 11:20:05 +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: 3d1a0ce8-ac5b-4758-96a2-9e5981c16816 X-Archives-Hash: abaed0eb847c0836b35c1c821af96835 commit: ab49206d4a5b90eec4a32a063dfd7405ff16ae5d Author: James Le Cuirot gentoo org> AuthorDate: Mon Oct 6 10:28:40 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Oct 6 10:28:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab49206d dev-cpp/azure-identity: Stabilise 1.13.1 on amd64 Signed-off-by: James Le Cuirot gentoo.org> dev-cpp/azure-identity/azure-identity-1.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/azure-identity/azure-identity-1.13.1.ebuild b/dev-cpp/azure-identity/azure-identity-1.13.1.ebuild index ace02d6307d0..b0e5af775643 100644 --- a/dev-cpp/azure-identity/azure-identity-1.13.1.ebuild +++ b/dev-cpp/azure-identity/azure-identity-1.13.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Azure/azure-sdk-for-cpp/archive/${COMMIT}.tar.gz -> S="${WORKDIR}/${MY_P}/sdk/identity/${PN}" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc" RESTRICT="test" # Too many online tests.