From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E5BA158232 for ; Thu, 5 Dec 2024 12:29:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6AA4E096C; Thu, 5 Dec 2024 12:29:23 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E9AFE096C for ; Thu, 5 Dec 2024 12:29:23 +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 6FEA8341256 for ; Thu, 5 Dec 2024 12:29:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8C3F213D for ; Thu, 5 Dec 2024 12:29:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733401724.c892303c05132d8179c8a84d3785ef68ecdc3055.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/spread-sheet-widget/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/spread-sheet-widget/spread-sheet-widget-0.8.ebuild X-VCS-Directories: x11-libs/spread-sheet-widget/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c892303c05132d8179c8a84d3785ef68ecdc3055 X-VCS-Branch: master Date: Thu, 5 Dec 2024 12:29:19 +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: f1b289d4-5498-4828-9e96-e954a41f1264 X-Archives-Hash: 1ef1c1b722b81b21bfc6302ae78e32b1 commit: c892303c05132d8179c8a84d3785ef68ecdc3055 Author: Sam James gentoo org> AuthorDate: Thu Dec 5 12:28:44 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 5 12:28:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c892303c x11-libs/spread-sheet-widget: Stabilize 0.8 amd64, #945688 Signed-off-by: Sam James gentoo.org> x11-libs/spread-sheet-widget/spread-sheet-widget-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/spread-sheet-widget/spread-sheet-widget-0.8.ebuild b/x11-libs/spread-sheet-widget/spread-sheet-widget-0.8.ebuild index 1c01f51f9361..6fd3ea65fda4 100644 --- a/x11-libs/spread-sheet-widget/spread-sheet-widget-0.8.ebuild +++ b/x11-libs/spread-sheet-widget/spread-sheet-widget-0.8.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://alpha.gnu.org/gnu/ssw/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" DEPEND="dev-libs/glib x11-libs/gtk+:3"