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 0B4CE15ACFC for ; Tue, 2 May 2023 19:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D5B6E0982; Tue, 2 May 2023 19:24:53 +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 31ADEE0982 for ; Tue, 2 May 2023 19:24: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 3B0543415E3 for ; Tue, 2 May 2023 19:24:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBE3FA50 for ; Tue, 2 May 2023 19:24:50 +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: <1683055476.381996a3d0a686314843dd630d41f3494ef7602a.sam@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.0.ebuild X-VCS-Directories: app-office/calcurse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 381996a3d0a686314843dd630d41f3494ef7602a X-VCS-Branch: master Date: Tue, 2 May 2023 19:24:50 +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: 4bba3840-97e3-47b1-abc9-c15485f83f3c X-Archives-Hash: e728bba0d36c71ccaddb91ebb26f862b commit: 381996a3d0a686314843dd630d41f3494ef7602a Author: Sam James gentoo org> AuthorDate: Tue May 2 19:20:48 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 2 19:24:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381996a3 app-office/calcurse: Stabilize 4.8.0 amd64, #905601 Signed-off-by: Sam James gentoo.org> app-office/calcurse/calcurse-4.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/calcurse/calcurse-4.8.0.ebuild b/app-office/calcurse/calcurse-4.8.0.ebuild index c39f332da483..8539cecf5ab5 100644 --- a/app-office/calcurse/calcurse-4.8.0.ebuild +++ b/app-office/calcurse/calcurse-4.8.0.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"