diff options
author | Francesco Riosa <vivo75@gmail.com> | 2017-08-16 23:19:03 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-03 01:03:51 +1000 |
commit | c3a8468fa97a52ec5b86a3f4e7d909ba63145764 (patch) | |
tree | c93f61ec5e5664284ac1a98dbf7922751c06e84f /dev-python | |
parent | sci-biology/samtools: Add missing -I. to CPPFLAGS (diff) | |
download | gentoo-c3a8468fa97a52ec5b86a3f4e7d909ba63145764.tar.gz gentoo-c3a8468fa97a52ec5b86a3f4e7d909ba63145764.tar.bz2 gentoo-c3a8468fa97a52ec5b86a3f4e7d909ba63145764.zip |
dev-python/pycups: version bump, enable python-3.6
The package build with python 3.6
* Package: dev-python/pycups-1.9.73-r1
* Repository: vivovl
* Maintainer: reavertm@gentoo.org printing@gentoo.org
* USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_6 userland_GNU
* FEATURES: compressdebug preserve-libs sandbox splitdebug test userpriv usersandbox
ebuild has no tests, "app-admin/system-config-printer", the only user on this system work fine
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pycups/pycups-1.9.73-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycups/pycups-1.9.73-r1.ebuild b/dev-python/pycups/pycups-1.9.73-r1.ebuild index 0ff7394af9c5..44747e176b54 100644 --- a/dev-python/pycups/pycups-1.9.73-r1.ebuild +++ b/dev-python/pycups/pycups-1.9.73-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Python bindings for the CUPS API" |