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 572061382C5 for ; Mon, 5 Apr 2021 16:45:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3641BE090E; Mon, 5 Apr 2021 16:45:22 +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 0E3C7E091A for ; Mon, 5 Apr 2021 16:45:21 +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 59342335D7C for ; Mon, 5 Apr 2021 16:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5E1B645 for ; Mon, 5 Apr 2021 16:45:17 +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: <1617641071.cba25fa414a318a28203c19843ae8985eac7a49d.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.5.ebuild X-VCS-Directories: kde-misc/tellico/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cba25fa414a318a28203c19843ae8985eac7a49d X-VCS-Branch: master Date: Mon, 5 Apr 2021 16:45:17 +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: 85b83887-ab4c-4bd4-8c5b-9946e762b1f4 X-Archives-Hash: 1cee0151b9bc8f08e4a3e97694a345a0 commit: cba25fa414a318a28203c19843ae8985eac7a49d Author: Sam James gentoo org> AuthorDate: Mon Apr 5 16:44:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 5 16:44:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba25fa4 kde-misc/tellico: Stabilize 3.3.5 amd64, #780099 Signed-off-by: Sam James gentoo.org> kde-misc/tellico/tellico-3.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/tellico/tellico-3.3.5.ebuild b/kde-misc/tellico/tellico-3.3.5.ebuild index a09f8cb39c7..72088b8b961 100644 --- a/kde-misc/tellico/tellico-3.3.5.ebuild +++ b/kde-misc/tellico/tellico-3.3.5.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 https://dev.gentoo.org/~asturm/distfiles/${PN}-3.3.4-no-khtml.patch.xz" - KEYWORDS="~amd64 ~arm64 x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="|| ( GPL-2 GPL-3 )"