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 63351158020 for ; Wed, 23 Nov 2022 14:08:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE3D1E0A01; Wed, 23 Nov 2022 14:08:40 +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 B07CBE09FB for ; Wed, 23 Nov 2022 14:08:40 +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 C15F634109E for ; Wed, 23 Nov 2022 14:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66296777 for ; Wed, 23 Nov 2022 14:08:36 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1669212167.a8d5803e3e8a4685f4184a331dd7fee80fea7a09.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/rt/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/rt/rt-4.4.4-r3.ebuild X-VCS-Directories: www-apps/rt/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: a8d5803e3e8a4685f4184a331dd7fee80fea7a09 X-VCS-Branch: master Date: Wed, 23 Nov 2022 14:08:36 +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: c28705ab-604b-4c84-a84e-43b99524f586 X-Archives-Hash: 4cb737c4f2f23b4f505a0da0298d556d commit: a8d5803e3e8a4685f4184a331dd7fee80fea7a09 Author: Yu Gu gmail com> AuthorDate: Sat Oct 29 11:07:25 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Nov 23 14:02:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d5803e www-apps/rt: Keyword 4.4.4-r3 riscv, #878483 Signed-off-by: Yu Gu gmail.com> Signed-off-by: Jakov Smolić gentoo.org> www-apps/rt/rt-4.4.4-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/rt/rt-4.4.4-r3.ebuild b/www-apps/rt/rt-4.4.4-r3.ebuild index f346018e2508..4466e39d6e62 100644 --- a/www-apps/rt/rt-4.4.4-r3.ebuild +++ b/www-apps/rt/rt-4.4.4-r3.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="RT is an enterprise-grade ticketing system" HOMEPAGE="https://www.bestpractical.com/rt/" SRC_URI="https://download.bestpractical.com/pub/${PN}/release/${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" LICENSE="GPL-2" IUSE="mysql +postgres fastcgi lighttpd" REQUIRED_USE="^^ ( mysql postgres )"