From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1568050-garchives=archives.gentoo.org@lists.gentoo.org> 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28AAE15814C for <garchives@archives.gentoo.org>; Sun, 5 Nov 2023 19:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C16D2BC021; Sun, 5 Nov 2023 19:10:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id 368A82BC015 for <gentoo-commits@lists.gentoo.org>; Sun, 5 Nov 2023 19:10:18 +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 738EE335C31 for <gentoo-commits@lists.gentoo.org>; Sun, 5 Nov 2023 19:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 732789EC for <gentoo-commits@lists.gentoo.org>; Sun, 5 Nov 2023 19:10:15 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@gentoo.org> 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" <arthurzam@gentoo.org> Message-ID: <1699211390.d0577556d6ec12c63a2e98b1bb5f98c9b73b2c4d.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.26.0.ebuild X-VCS-Directories: net-misc/gallery-dl/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d0577556d6ec12c63a2e98b1bb5f98c9b73b2c4d X-VCS-Branch: master Date: Sun, 5 Nov 2023 19:10:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3423c0b2-9e82-4205-bcef-32f69a1dd1b4 X-Archives-Hash: aeaddf843f027635f130df7ad2cc7c0d commit: d0577556d6ec12c63a2e98b1bb5f98c9b73b2c4d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Nov 5 19:09:50 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Nov 5 19:09:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0577556 net-misc/gallery-dl: Stabilize 1.26.0 ALLARCHES, #916910 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-misc/gallery-dl/gallery-dl-1.26.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild b/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild index b3da2a9c870f..e83e798733f1 100644 --- a/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/mikf/${PN}.git" 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"