commit: 0667adfa7f4d72886d3ed8c9272713a43fc391cf
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 20:32:21 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 20:33:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0667adfa
app-misc/khard: port to py3{7,8}
Closes: https://bugs.gentoo.org/718232
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-misc/khard/khard-0.13.0.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/app-misc/khard/khard-0.13.0.ebuild
b/app-misc/khard/khard-0.13.0.ebuild
index 4cb2597381a..7b7ff564f1b 100644
--- a/app-misc/khard/khard-0.13.0.ebuild
+++ b/app-misc/khard/khard-0.13.0.ebuild
@@ -2,11 +2,17 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
inherit distutils-r1
+
DESCRIPTION="Console CardDAV client"
HOMEPAGE="https://github.com/scheibler/khard"
LICENSE="GPL-3"
+
SLOT="0"
IUSE="test zsh-completion"
RESTRICT="!test? ( test )"