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 06DF913835A for ; Tue, 14 Jul 2020 16:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0BF3E0871; Tue, 14 Jul 2020 16:58:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BC011E0871 for ; Tue, 14 Jul 2020 16:58:56 +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 98AFA34F0C9 for ; Tue, 14 Jul 2020 16:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C48B52DC for ; Tue, 14 Jul 2020 16:58:52 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1594745921.7ff924d8c59a9617d5a2d1da17520ffa5b2142a9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/roundup/roundup-2.0.0_beta0.ebuild X-VCS-Directories: www-apps/roundup/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 7ff924d8c59a9617d5a2d1da17520ffa5b2142a9 X-VCS-Branch: master Date: Tue, 14 Jul 2020 16:58:52 +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: a25c7026-84e7-4deb-93c6-8df9cbe9966e X-Archives-Hash: 6a2821ca6704576ea2eeb04b60d24b82 commit: 7ff924d8c59a9617d5a2d1da17520ffa5b2142a9 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Jul 14 16:55:39 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jul 14 16:58:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff924d8 www-apps/roundup: keyworded 2.0.0_beta0 for sparc, bug #732338 Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> www-apps/roundup/roundup-2.0.0_beta0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/roundup/roundup-2.0.0_beta0.ebuild b/www-apps/roundup/roundup-2.0.0_beta0.ebuild index 4201c294741..22303fae743 100644 --- a/www-apps/roundup/roundup-2.0.0_beta0.ebuild +++ b/www-apps/roundup/roundup-2.0.0_beta0.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT ZPL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown" DEPEND=""