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 0645C1581D3 for ; Tue, 28 May 2024 13:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAB6AE2A10; Tue, 28 May 2024 13:19:36 +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 A9893E2A10 for ; Tue, 28 May 2024 13:19:36 +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 A5E0E33FE60 for ; Tue, 28 May 2024 13:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B060E1BE0 for ; Tue, 28 May 2024 13:19:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1716902297.da99c6c94c59ff8ef4de95a44e9f1d3ad25649b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gramps/gramps-5.2.2.ebuild X-VCS-Directories: app-misc/gramps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: da99c6c94c59ff8ef4de95a44e9f1d3ad25649b9 X-VCS-Branch: master Date: Tue, 28 May 2024 13:19:32 +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: c2e0aadb-9dc9-4bdd-901c-e5ea57666fd6 X-Archives-Hash: 5ff2e6322f97a6f0745726092925dfd2 commit: da99c6c94c59ff8ef4de95a44e9f1d3ad25649b9 Author: Sam James gentoo org> AuthorDate: Tue May 28 13:18:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 28 13:18:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da99c6c9 app-misc/gramps: Stabilize 5.2.2 amd64, #932921 Signed-off-by: Sam James gentoo.org> app-misc/gramps/gramps-5.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/gramps/gramps-5.2.2.ebuild b/app-misc/gramps/gramps-5.2.2.ebuild index 302a27877ada..28218dd45ff7 100644 --- a/app-misc/gramps/gramps-5.2.2.ebuild +++ b/app-misc/gramps/gramps-5.2.2.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="exif geo postscript +rcs +reports spell test" # Many tests fail unless the deprecated BerkeleyDB back-end is enabled.