From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1706218-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A564615812D
	for <garchives@archives.gentoo.org>; Sun, 05 Jan 2025 19:08:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8D186E0769;
	Sun, 05 Jan 2025 19:08:09 +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 72041E0769
	for <gentoo-commits@lists.gentoo.org>; Sun, 05 Jan 2025 19:08:09 +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 4FCA5340CC9
	for <gentoo-commits@lists.gentoo.org>; Sun, 05 Jan 2025 19:08:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AD62A19AE
	for <gentoo-commits@lists.gentoo.org>; Sun, 05 Jan 2025 19:08:06 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1736104007.fa02206f829968d7eac2b890cacc13e6bd8fd54a.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/cantor/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/cantor/cantor-24.12.0.ebuild
X-VCS-Directories: kde-apps/cantor/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: fa02206f829968d7eac2b890cacc13e6bd8fd54a
X-VCS-Branch: master
Date: Sun, 05 Jan 2025 19:08:06 +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: 79016815-18df-4d5b-b49c-9db4ecd3fd2b
X-Archives-Hash: 30e7d1f80a40794aa3d662e0f3a21a7f

commit:     fa02206f829968d7eac2b890cacc13e6bd8fd54a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 19:06:47 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 19:06:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa02206f

kde-apps/cantor: Stabilize 24.12.0 amd64, #946528

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/cantor/cantor-24.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/cantor/cantor-24.12.0.ebuild b/kde-apps/cantor/cantor-24.12.0.ebuild
index df231c8f17f2..b07c42884348 100644
--- a/kde-apps/cantor/cantor-24.12.0.ebuild
+++ b/kde-apps/cantor/cantor-24.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/cantor/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="+analitza julia lua postscript python qalculate R webengine"
 
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} )"