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 A41E715838C for ; Thu, 18 Jan 2024 17:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1010E2AA1; Thu, 18 Jan 2024 17:37:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBF6DE2AA1 for ; Thu, 18 Jan 2024 17:37:44 +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 8A7193433DC for ; Thu, 18 Jan 2024 17:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D1B1BC0 for ; Thu, 18 Jan 2024 17:37:42 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1705599453.351170fcf3ae9ab98cff033b9f18341c1a219f1d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/rssguard/rssguard-4.6.3.ebuild X-VCS-Directories: net-news/rssguard/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 351170fcf3ae9ab98cff033b9f18341c1a219f1d X-VCS-Branch: master Date: Thu, 18 Jan 2024 17:37:42 +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: dd377463-bbad-44db-a91c-44cb7dd7b265 X-Archives-Hash: 0b2611453059de25c5d950dc9b32e120 commit: 351170fcf3ae9ab98cff033b9f18341c1a219f1d Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jan 18 17:37:33 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Jan 18 17:37:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351170fc net-news/rssguard: Stabilize 4.6.3 amd64, #921495 Signed-off-by: Arthur Zamarin gentoo.org> net-news/rssguard/rssguard-4.6.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-news/rssguard/rssguard-4.6.3.ebuild b/net-news/rssguard/rssguard-4.6.3.ebuild index fd27e62a275e..37e148d22e66 100644 --- a/net-news/rssguard/rssguard-4.6.3.ebuild +++ b/net-news/rssguard/rssguard-4.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine" REQUIRED_USE=" || ( mysql sqlite )