diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:35:24 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:56:06 +0200 |
commit | 27f4810b26b0c36808997b0457f3493be4370e8e (patch) | |
tree | a6c5670653ffb4af07c7fa410164198e0841d15e /app-misc | |
parent | dev-python/termcolor: Support newer python (diff) | |
download | gentoo-27f4810b26b0c36808997b0457f3493be4370e8e.tar.gz gentoo-27f4810b26b0c36808997b0457f3493be4370e8e.tar.bz2 gentoo-27f4810b26b0c36808997b0457f3493be4370e8e.zip |
app-misc/khal: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/khal/khal-0.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/khal/khal-0.9.4.ebuild b/app-misc/khal/khal-0.9.4.ebuild index b8b06ecf587f..cb6d7212337f 100644 --- a/app-misc/khal/khal-0.9.4.ebuild +++ b/app-misc/khal/khal-0.9.4.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python3_{4,6} ) +PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 |