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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AAD5D158094 for ; Tue, 4 Oct 2022 07:31:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2251E0921; Tue, 4 Oct 2022 07:31:15 +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 C1C5AE091C for ; Tue, 4 Oct 2022 07:31:15 +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 E298B33BE93 for ; Tue, 4 Oct 2022 07:31:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72C9E608 for ; Tue, 4 Oct 2022 07:31:12 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1664868649.843b564b71d07202c89eed3a2d67e5c6cfb1ca11.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kaffeine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/kaffeine/kaffeine-2.0.18-r2.ebuild X-VCS-Directories: media-video/kaffeine/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 843b564b71d07202c89eed3a2d67e5c6cfb1ca11 X-VCS-Branch: master Date: Tue, 4 Oct 2022 07:31:12 +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: 5aecfe82-db29-4229-be84-7bfb0239e994 X-Archives-Hash: 6c43d6450e5bb747d0b7b48cfc7a8871 commit: 843b564b71d07202c89eed3a2d67e5c6cfb1ca11 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Oct 4 07:30:49 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Oct 4 07:30:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843b564b media-video/kaffeine: Stabilize 2.0.18-r2 x86, #873448 Signed-off-by: Agostino Sarubbo gentoo.org> media-video/kaffeine/kaffeine-2.0.18-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/kaffeine/kaffeine-2.0.18-r2.ebuild b/media-video/kaffeine/kaffeine-2.0.18-r2.ebuild index 706e25ae3566..f988700d6e1d 100644 --- a/media-video/kaffeine/kaffeine-2.0.18-r2.ebuild +++ b/media-video/kaffeine/kaffeine-2.0.18-r2.ebuild @@ -11,7 +11,7 @@ inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz https://linuxtv.org/downloads/dtv-scan-tables/${PN}/scantable.dvb -> ${P}-scantable.dvb" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Media player with digital TV support by KDE"