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 9E2FC138334 for ; Wed, 5 Dec 2018 05:49:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64DAFE0B20; Wed, 5 Dec 2018 05:49:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 37874E0B20 for ; Wed, 5 Dec 2018 05:49:51 +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 16724335CEB for ; Wed, 5 Dec 2018 05:49:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3A50445 for ; Wed, 5 Dec 2018 05:49:47 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1543988935.090c44c174388b69306f6f429e9d25e1e9a0a0c6.amynka@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.9.10.ebuild X-VCS-Directories: app-misc/khal/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 090c44c174388b69306f6f429e9d25e1e9a0a0c6 X-VCS-Branch: master Date: Wed, 5 Dec 2018 05:49:47 +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: 8b22ed3a-4268-4193-a362-06f841420f19 X-Archives-Hash: 8e39a7426996372656790ad0e933a472 commit: 090c44c174388b69306f6f429e9d25e1e9a0a0c6 Author: Karel Kočí email cz> AuthorDate: Tue Dec 4 21:42:46 2018 +0000 Commit: Amy Liffey gentoo org> CommitDate: Wed Dec 5 05:48:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090c44c1 app-misc/khal: update dependency of 0.9.10 release Latest release of khal requires icalendar at least in version 3.11.7. Let's force that in dependencies. Bug: https://bugs.gentoo.org/672532 Signed-off-by: Karel Kočí email.cz> Closes: https://github.com/gentoo/gentoo/pull/10573 Signed-off-by: Amy Liffey gentoo.org> app-misc/khal/khal-0.9.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/khal/khal-0.9.10.ebuild b/app-misc/khal/khal-0.9.10.ebuild index f2fd859ece0..621809ba344 100644 --- a/app-misc/khal/khal-0.9.10.ebuild +++ b/app-misc/khal/khal-0.9.10.ebuild @@ -19,7 +19,7 @@ IUSE="zsh-completion" RDEPEND=">=dev-python/click-3.2[${PYTHON_USEDEP}] >=dev-python/click-log-0.2.0[${PYTHON_USEDEP}] - dev-python/icalendar[${PYTHON_USEDEP}] + >=dev-python/icalendar-3.11.7[${PYTHON_USEDEP}] dev-python/urwid[${PYTHON_USEDEP}] dev-python/pyxdg[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}]