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 0756E1581EC for ; Sat, 23 Nov 2024 11:36:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34670E0858; Sat, 23 Nov 2024 11:36:25 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 16754E0858 for ; Sat, 23 Nov 2024 11:36:25 +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 207EF340B57 for ; Sat, 23 Nov 2024 11:36:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74DB11E89 for ; Sat, 23 Nov 2024 11:36:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1732361761.a5f44ac2e1e9052d05f3f33bdd88d60615b1aea0.asturm@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.08.1.ebuild kde-apps/cantor/cantor-24.08.3.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a5f44ac2e1e9052d05f3f33bdd88d60615b1aea0 X-VCS-Branch: master Date: Sat, 23 Nov 2024 11:36:21 +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: 87d315a4-b656-4c1c-a90b-bcb53928a8c2 X-Archives-Hash: a718c5123a8544b1694c65bffd013572 commit: a5f44ac2e1e9052d05f3f33bdd88d60615b1aea0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 22 19:35:18 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 23 11:36:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f44ac2 kde-apps/cantor: unkeyword ~x86 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/cantor/cantor-24.08.1.ebuild | 2 +- kde-apps/cantor/cantor-24.08.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/cantor/cantor-24.08.1.ebuild b/kde-apps/cantor/cantor-24.08.1.ebuild index 6e0cce7f70d0..e7a3f2a3acb5 100644 --- a/kde-apps/cantor/cantor-24.08.1.ebuild +++ b/kde-apps/cantor/cantor-24.08.1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/cantor/" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="amd64 arm64 ~x86" +KEYWORDS="amd64 arm64" # TODO: restore +analitza once cantor is ported to Qt6 IUSE="julia lua postscript python qalculate R" diff --git a/kde-apps/cantor/cantor-24.08.3.ebuild b/kde-apps/cantor/cantor-24.08.3.ebuild index 74f40842aaa8..4fc1a51618e7 100644 --- a/kde-apps/cantor/cantor-24.08.3.ebuild +++ b/kde-apps/cantor/cantor-24.08.3.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://apps.kde.org/cantor/" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64" # TODO: restore +analitza once cantor is ported to Qt6 IUSE="julia lua postscript python qalculate R"