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 DF2371580E0 for ; Sat, 31 May 2025 05:33:26 +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 CAEE334314C for ; Sat, 31 May 2025 05:33:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 312541104BB; Sat, 31 May 2025 05:33:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 25BF71104BB for ; Sat, 31 May 2025 05:33:01 +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 D59F73430C6 for ; Sat, 31 May 2025 05:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 400832902 for ; Sat, 31 May 2025 05:32:57 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1748669566.9f106a82a6ee3dede8bf79a068b4a2f3b436a4d0.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gallery-dl/gallery-dl-1.29.5.ebuild X-VCS-Directories: net-misc/gallery-dl/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 9f106a82a6ee3dede8bf79a068b4a2f3b436a4d0 X-VCS-Branch: master Date: Sat, 31 May 2025 05:32:57 +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: b3e5aa91-ba5d-4924-b4fc-9a63bc79e527 X-Archives-Hash: 236bc5849b5eb4c55d066c1210c6ac36 commit: 9f106a82a6ee3dede8bf79a068b4a2f3b436a4d0 Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 31 05:32:46 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 31 05:32:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f106a82 net-misc/gallery-dl: Stabilize 1.29.5 ppc64, #956869 Signed-off-by: Arthur Zamarin gentoo.org> net-misc/gallery-dl/gallery-dl-1.29.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/gallery-dl/gallery-dl-1.29.5.ebuild b/net-misc/gallery-dl/gallery-dl-1.29.5.ebuild index 7af56e38623b..b6c2b7f12cc2 100644 --- a/net-misc/gallery-dl/gallery-dl-1.29.5.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.29.5.ebuild @@ -20,7 +20,7 @@ else SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~x86" fi LICENSE="GPL-2"