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 C7E1A1581F0 for ; Fri, 24 Jan 2025 21:17:48 +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 A87733433A7 for ; Fri, 24 Jan 2025 21:17:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A999811042D; Fri, 24 Jan 2025 21:17:47 +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 9F30911042D for ; Fri, 24 Jan 2025 21:17:47 +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 4C1403433A7 for ; Fri, 24 Jan 2025 21:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8350E170C for ; Fri, 24 Jan 2025 21:17:45 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1737753440.b7ea0c3d44c35347a885a6477e06b1739b7d1c2b.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/docker-credential-helpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/docker-credential-helpers/docker-credential-helpers-0.8.2.ebuild X-VCS-Directories: app-containers/docker-credential-helpers/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: b7ea0c3d44c35347a885a6477e06b1739b7d1c2b X-VCS-Branch: master Date: Fri, 24 Jan 2025 21:17:45 +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: 6770922d-5e91-4c3f-ab07-292826df3531 X-Archives-Hash: 1cf544ca39588cf31f7f1d06283e1f50 commit: b7ea0c3d44c35347a885a6477e06b1739b7d1c2b Author: Jakov Smolić gentoo org> AuthorDate: Fri Jan 24 21:17:20 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Jan 24 21:17:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ea0c3d app-containers/docker-credential-helpers: Stabilize 0.8.2 amd64, #948205 Signed-off-by: Jakov Smolić gentoo.org> .../docker-credential-helpers/docker-credential-helpers-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/docker-credential-helpers/docker-credential-helpers-0.8.2.ebuild b/app-containers/docker-credential-helpers/docker-credential-helpers-0.8.2.ebuild index d49feeba1dbc..c575976d4a11 100644 --- a/app-containers/docker-credential-helpers/docker-credential-helpers-0.8.2.ebuild +++ b/app-containers/docker-credential-helpers/docker-credential-helpers-0.8.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/docker/docker-credential-helpers/archive/v${PV}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="keyring pass" REQUIRED_USE="|| ( keyring pass )"