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 ECD941581CA for ; Wed, 18 Jun 2025 08:18:17 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D334C341E79 for ; Wed, 18 Jun 2025 08:18:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1267F1104E2; Wed, 18 Jun 2025 08:18:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0CEFB1104E2 for ; Wed, 18 Jun 2025 08:18:11 +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 BA1BF341E73 for ; Wed, 18 Jun 2025 08:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A5B29FA for ; Wed, 18 Jun 2025 08:18:09 +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: <1750234659.677e5bce51e42ed850a673fa7bca4c5fdb77164e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/tellico/tellico-4.1.2.ebuild X-VCS-Directories: kde-misc/tellico/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 677e5bce51e42ed850a673fa7bca4c5fdb77164e X-VCS-Branch: master Date: Wed, 18 Jun 2025 08:18:09 +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: 067e3968-ccd8-454d-be1c-90d8d3f2c7e4 X-Archives-Hash: 1cba564d49dcb57eedb19d6ea7ba507a commit: 677e5bce51e42ed850a673fa7bca4c5fdb77164e Author: Sam James gentoo org> AuthorDate: Wed Jun 18 08:17:39 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 18 08:17:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677e5bce kde-misc/tellico: Stabilize 4.1.2 amd64, #957729 Signed-off-by: Sam James gentoo.org> kde-misc/tellico/tellico-4.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/tellico/tellico-4.1.2.ebuild b/kde-misc/tellico/tellico-4.1.2.ebuild index 8c55499f3d1b..a0e10517d3f1 100644 --- a/kde-misc/tellico/tellico-4.1.2.ebuild +++ b/kde-misc/tellico/tellico-4.1.2.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://tellico-project.org/" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="https://tellico-project.org/files/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" fi LICENSE="|| ( GPL-2 GPL-3 )"