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 248A915800D for ; Fri, 7 Jul 2023 21:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00654E0821; Fri, 7 Jul 2023 21:57:54 +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 D9244E0821 for ; Fri, 7 Jul 2023 21:57:53 +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 D41CD340E58 for ; Fri, 7 Jul 2023 21:57:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DD9AACE for ; Fri, 7 Jul 2023 21:57:51 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688766963.4ca59aaca62d63a90eddc2cbf49ffe47cdabd807.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calcurse/calcurse-4.8.1.ebuild X-VCS-Directories: app-office/calcurse/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 4ca59aaca62d63a90eddc2cbf49ffe47cdabd807 X-VCS-Branch: master Date: Fri, 7 Jul 2023 21:57:51 +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: f8de8651-a7a1-4fd4-81ac-4a44d9fdc496 X-Archives-Hash: 04d52378f3eca6cabcb83f851a13b711 commit: 4ca59aaca62d63a90eddc2cbf49ffe47cdabd807 Author: Kai-Chun Ning gmail com> AuthorDate: Thu Jul 6 11:56:07 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Jul 7 21:56:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca59aac app-office/calcurse: stabilize 4.8.1 for amd64 and x86 Signed-off-by: Kai-Chun Ning gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31778 Signed-off-by: Conrad Kostecki gentoo.org> app-office/calcurse/calcurse-4.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/calcurse/calcurse-4.8.1.ebuild b/app-office/calcurse/calcurse-4.8.1.ebuild index 3472aa9d4909..9d465e8fa408 100644 --- a/app-office/calcurse/calcurse-4.8.1.ebuild +++ b/app-office/calcurse/calcurse-4.8.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" IUSE="caldav doc"