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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD7AE13835A for ; Thu, 7 Jan 2021 15:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8381E084A; Thu, 7 Jan 2021 15:04:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE065E084A for ; Thu, 7 Jan 2021 15:04:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9F133413BF for ; Thu, 7 Jan 2021 15:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AAAE491 for ; Thu, 7 Jan 2021 15:04:25 +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: <1610031857.d9647d11a7feebebeb0a558bd947a580eedd12a0.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-3.3.4-r1.ebuild X-VCS-Directories: kde-misc/tellico/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d9647d11a7feebebeb0a558bd947a580eedd12a0 X-VCS-Branch: master Date: Thu, 7 Jan 2021 15:04:25 +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: 7b698fce-fb13-41d5-8daa-90b2536e2dcc X-Archives-Hash: 866e6f0de2720a3081ee7a9103c4b8db commit: d9647d11a7feebebeb0a558bd947a580eedd12a0 Author: Sam James gentoo org> AuthorDate: Thu Jan 7 15:04:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 15:04:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9647d11 kde-misc/tellico: Stabilize 3.3.4-r1 x86, #761682 Signed-off-by: Sam James gentoo.org> kde-misc/tellico/tellico-3.3.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/tellico/tellico-3.3.4-r1.ebuild b/kde-misc/tellico/tellico-3.3.4-r1.ebuild index dbd225bac30..a2706882961 100644 --- a/kde-misc/tellico/tellico-3.3.4-r1.ebuild +++ b/kde-misc/tellico/tellico-3.3.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 https://dev.gentoo.org/~asturm/distfiles/${P}-no-khtml.patch.xz" - KEYWORDS="amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="|| ( GPL-2 GPL-3 )"