diff options
author | 2017-05-11 15:01:06 +0200 | |
---|---|---|
committer | 2017-05-11 15:01:36 +0200 | |
commit | 719046f06bc7ecf914cd961b82ea23e112602660 (patch) | |
tree | 1dafee2bca8ed8eae4a0b90e6818c9042b59bf36 /dev-python/pyscard | |
parent | dev-scheme/racket: new (masked) version 6.9 with permission from amynka. (diff) | |
download | gentoo-719046f06bc7ecf914cd961b82ea23e112602660.tar.gz gentoo-719046f06bc7ecf914cd961b82ea23e112602660.tar.bz2 gentoo-719046f06bc7ecf914cd961b82ea23e112602660.zip |
dev-python/pyscard: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pyscard')
-rw-r--r-- | dev-python/pyscard/pyscard-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyscard/pyscard-1.9.2.ebuild b/dev-python/pyscard/pyscard-1.9.2.ebuild index 8753dce02f5e..4d8569d2425b 100644 --- a/dev-python/pyscard/pyscard-1.9.2.ebuild +++ b/dev-python/pyscard/pyscard-1.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 eutils @@ -18,7 +18,7 @@ IUSE="" RDEPEND="sys-apps/pcsc-lite" DEPEND="${RDEPEND} - dev-python/setuptools + dev-python/setuptools[${PYTHON_USEDEP}] dev-lang/swig" # Fails |