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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 553BD158F56 for ; Mon, 16 Aug 2021 20:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA3B5E0957; Mon, 16 Aug 2021 07:36:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EE5DE0957 for ; Mon, 16 Aug 2021 07:36:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD5B2342C62 for ; Mon, 16 Aug 2021 07:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DD8A87B for ; Mon, 16 Aug 2021 07:36:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1629099366.b29a9a34b2e614d3affecb971d66df81e3705858.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/khal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/khal/khal-0.10.1-r2.ebuild app-misc/khal/khal-0.10.1-r3.ebuild app-misc/khal/khal-0.10.2-r1.ebuild app-misc/khal/khal-0.10.2-r2.ebuild X-VCS-Directories: app-misc/khal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b29a9a34b2e614d3affecb971d66df81e3705858 X-VCS-Branch: master Date: Mon, 16 Aug 2021 07:36:20 +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: 8ecc740e-5660-406a-8b00-1b682b8d0ec8 X-Archives-Hash: e73c5b68911d1e60321e069f39fc29df commit: b29a9a34b2e614d3affecb971d66df81e3705858 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 16 07:35:29 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 16 07:36:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29a9a34 app-misc/khal: Require tzlocal < 3 Reported by holgersson. Signed-off-by: Michał Górny gentoo.org> app-misc/khal/{khal-0.10.1-r2.ebuild => khal-0.10.1-r3.ebuild} | 2 +- app-misc/khal/{khal-0.10.2-r1.ebuild => khal-0.10.2-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/khal/khal-0.10.1-r2.ebuild b/app-misc/khal/khal-0.10.1-r3.ebuild similarity index 96% rename from app-misc/khal/khal-0.10.1-r2.ebuild rename to app-misc/khal/khal-0.10.1-r3.ebuild index a4bd58a90c0..008437f04e0 100644 --- a/app-misc/khal/khal-0.10.1-r2.ebuild +++ b/app-misc/khal/khal-0.10.1-r3.ebuild @@ -25,7 +25,7 @@ RDEPEND=">=dev-python/click-3.2[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}] - >=dev-python/tzlocal-1.0[${PYTHON_USEDEP}] + =dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}] - >=dev-python/tzlocal-1.0[${PYTHON_USEDEP}] +