summaryrefslogtreecommitdiff
path: root/app-misc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-04-18 00:31:40 +0200
committerKarel Kočí <cynerd@email.cz>2020-04-18 00:31:40 +0200
commit4b95a50ecc5b20dff2edb5fbf15a046261ac1c16 (patch)
tree856385f051052f5e6e5a157fd29dee47dbdbba93 /app-misc
parent6f933fc691ca8b4a2c5e60ce1f9e38a9efc93c72 (diff)
downloadgentoo-personal-overlay-4b95a50ecc5b20dff2edb5fbf15a046261ac1c16.tar.gz
gentoo-personal-overlay-4b95a50ecc5b20dff2edb5fbf15a046261ac1c16.tar.bz2
gentoo-personal-overlay-4b95a50ecc5b20dff2edb5fbf15a046261ac1c16.zip
app-misc/khard: no python 3.8
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/khard/khard-0.16.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/khard/khard-0.16.1.ebuild b/app-misc/khard/khard-0.16.1.ebuild
index ec6d362..36f2f25 100644
--- a/app-misc/khard/khard-0.16.1.ebuild
+++ b/app-misc/khard/khard-0.16.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Console CardDAV client"
HOMEPAGE="https://github.com/scheibler/khard"