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 700F415801B for ; Sat, 8 Apr 2023 16:26:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A758BE086F; Sat, 8 Apr 2023 16:26:27 +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 474E0E0877 for ; Sat, 8 Apr 2023 16:26:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01D84335C39 for ; Sat, 8 Apr 2023 16:26:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3856EA2F for ; Sat, 8 Apr 2023 16:26:24 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1680970441.30429f6a2f4ab2bb5eb367cb1bdc83a9e7aa2f0c.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/ledger/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/ledger/ledger-3.3.1.ebuild X-VCS-Directories: app-office/ledger/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 30429f6a2f4ab2bb5eb367cb1bdc83a9e7aa2f0c X-VCS-Branch: master Date: Sat, 8 Apr 2023 16:26:24 +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: 5a9edcc7-78fc-46c1-b648-b8c0a9676815 X-Archives-Hash: da51fa2313e598722fb12a1f46d192c4 commit: 30429f6a2f4ab2bb5eb367cb1bdc83a9e7aa2f0c Author: Erik Mackdanz gentoo org> AuthorDate: Sat Apr 8 16:13:50 2023 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Sat Apr 8 16:14:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30429f6a app-office/ledger: stabilize 3.3.1 for amd64, arm, arm64, x86 Signed-off-by: Erik Mackdanz gentoo.org> app-office/ledger/ledger-3.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/ledger/ledger-3.3.1.ebuild b/app-office/ledger/ledger-3.3.1.ebuild index d0356531b28f..c9108199104d 100644 --- a/app-office/ledger/ledger-3.3.1.ebuild +++ b/app-office/ledger/ledger-3.3.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86" IUSE="debug doc python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"