From c3a8468fa97a52ec5b86a3f4e7d909ba63145764 Mon Sep 17 00:00:00 2001 From: Francesco Riosa Date: Wed, 16 Aug 2017 23:19:03 +0200 Subject: [PATCH] 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 --- dev-python/pycups/pycups-1.9.73-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycups/pycups-1.9.73-r1.ebuild b/dev-python/pycups/pycups-1.9.73-r1.ebuild index 0ff7394af9c58..44747e176b543 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"