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 09B6415808B for ; Tue, 15 Mar 2022 21:26:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C911E0998; Tue, 15 Mar 2022 21:26:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1F7ADE0998 for ; Tue, 15 Mar 2022 21:26:30 +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 5170C33BF0B for ; Tue, 15 Mar 2022 21:25:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F0D732F for ; Tue, 15 Mar 2022 19:44:03 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1647373392.7d36ebec86b3f6cc4f159c6f03044e0623ad60f4.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jcalendar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jcalendar/jcalendar-1.4-r1.ebuild X-VCS-Directories: dev-java/jcalendar/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 7d36ebec86b3f6cc4f159c6f03044e0623ad60f4 X-VCS-Branch: master Date: Tue, 15 Mar 2022 19:44:03 +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: 6c2cc13d-4051-4a62-89dd-ba3963d8bdf3 X-Archives-Hash: 3022121b753477b3ce08e1b6273ebf32 commit: 7d36ebec86b3f6cc4f159c6f03044e0623ad60f4 Author: Jakov Smolić gentoo org> AuthorDate: Tue Mar 15 19:43:12 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Mar 15 19:43:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d36ebec dev-java/jcalendar: Stabilize 1.4-r1 amd64, #835345 Signed-off-by: Jakov Smolić gentoo.org> dev-java/jcalendar/jcalendar-1.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jcalendar/jcalendar-1.4-r1.ebuild b/dev-java/jcalendar/jcalendar-1.4-r1.ebuild index 0157e84bfeb2..c0de4b6cfb3e 100644 --- a/dev-java/jcalendar/jcalendar-1.4-r1.ebuild +++ b/dev-java/jcalendar/jcalendar-1.4-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.toedter.com/download/${P}.zip" LICENSE="LGPL-2.1" SLOT="1.2" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" CDEPEND="dev-java/jgoodies-looks:2.6"