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 06C55158020 for ; Fri, 9 Dec 2022 23:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36E57E0825; Fri, 9 Dec 2022 23:36:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21EC3E0825 for ; Fri, 9 Dec 2022 23:36:52 +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 4BC68340F91 for ; Fri, 9 Dec 2022 23:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA14B773 for ; Fri, 9 Dec 2022 23:36:49 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1670628990.d3cfbc8c193e0edb410d89676651ab2ed0e4a7d9.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/tt-rss/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/tt-rss/tt-rss-20220218.ebuild X-VCS-Directories: www-apps/tt-rss/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: d3cfbc8c193e0edb410d89676651ab2ed0e4a7d9 X-VCS-Branch: master Date: Fri, 9 Dec 2022 23:36:49 +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: 510ebd49-21e9-43d0-a6a3-94e07d245957 X-Archives-Hash: 5d93e1cec3c6ebfdf629fab51ab6be54 commit: d3cfbc8c193e0edb410d89676651ab2ed0e4a7d9 Author: James Le Cuirot gentoo org> AuthorDate: Fri Dec 9 23:36:30 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Dec 9 23:36:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cfbc8c www-apps/tt-rss: Keyword 20220218 for ~arm64 Tested and working. Signed-off-by: James Le Cuirot gentoo.org> www-apps/tt-rss/tt-rss-20220218.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/tt-rss/tt-rss-20220218.ebuild b/www-apps/tt-rss/tt-rss-20220218.ebuild index 4c0e5b53bb16..720630a250db 100644 --- a/www-apps/tt-rss/tt-rss-20220218.ebuild +++ b/www-apps/tt-rss/tt-rss-20220218.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Tiny Tiny RSS - A web-based news feed (RSS/Atom) aggregator using A HOMEPAGE="https://tt-rss.org/" SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${P}.tar.gz" # Upstream git frontend blocks wget? LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~mips ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" IUSE="+acl daemon gd +mysqli postgres" REQUIRED_USE="|| ( mysqli postgres )"