commit:     090c44c174388b69306f6f429e9d25e1e9a0a0c6
Author:     Karel Kočí <cynerd <AT> email <DOT> cz>
AuthorDate: Tue Dec  4 21:42:46 2018 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> 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čí <cynerd <AT> email.cz>
Closes: https://github.com/gentoo/gentoo/pull/10573
Signed-off-by: Amy Liffey <amynka <AT> 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}]

Reply via email to