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 E93601584AD for ; Sat, 03 May 2025 15:08:56 +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 BE64E343118 for ; Sat, 03 May 2025 15:08:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A6D6F110497; Sat, 03 May 2025 15:08:34 +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 98B2D110497 for ; Sat, 03 May 2025 15:08:34 +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 564DF3430CE for ; Sat, 03 May 2025 15:08:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05411276F for ; Sat, 03 May 2025 15:08:32 +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: <1746284899.3f9367ef8a5f9ab844f76b94f0c08ebd6e357af1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/shutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/shutter/shutter-0.99.6.ebuild X-VCS-Directories: x11-misc/shutter/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3f9367ef8a5f9ab844f76b94f0c08ebd6e357af1 X-VCS-Branch: master Date: Sat, 03 May 2025 15:08:32 +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: b7ed69a8-a7ff-4e4d-a6bb-92befb191d3f X-Archives-Hash: 550c12f8b8bd99dabc1be7ca0ec5169c commit: 3f9367ef8a5f9ab844f76b94f0c08ebd6e357af1 Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 3 15:08:19 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 3 15:08:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9367ef x11-misc/shutter: Stabilize 0.99.6 x86, #954407 Signed-off-by: Arthur Zamarin gentoo.org> x11-misc/shutter/shutter-0.99.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/shutter/shutter-0.99.6.ebuild b/x11-misc/shutter/shutter-0.99.6.ebuild index 98ee2b187c77..3b3d9a3a950b 100644 --- a/x11-misc/shutter/shutter-0.99.6.ebuild +++ b/x11-misc/shutter/shutter-0.99.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/shutter-project/shutter/archive/v${PV}.tar.gz -> ${P LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="~amd64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )"