diff options
author | Francesco Riosa <vivo75@gmail.com> | 2017-08-16 22:10:38 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-03 01:03:52 +1000 |
commit | 9845156c143c6d1ece2ae3a21da8a41daa6c3649 (patch) | |
tree | 3d2fcf9d250c2f9a7b5dbd147d651f8f498edd3a /app-portage | |
parent | dev-libs/protobuf: enable python-3.6 (diff) | |
download | gentoo-9845156c143c6d1ece2ae3a21da8a41daa6c3649.tar.gz gentoo-9845156c143c6d1ece2ae3a21da8a41daa6c3649.tar.bz2 gentoo-9845156c143c6d1ece2ae3a21da8a41daa6c3649.zip |
app-portage/gentoolkit: enable python-3.6
The package build and run fine with python 3.6
* Package: app-portage/gentoolkit-0.4.0
* Repository: vivovl
* Maintainer: tools-portage@gentoo.org
* USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_6 userland_GNU
* FEATURES: compressdebug preserve-libs sandbox splitdebug test userpriv usersandbox
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.3.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.3.3.ebuild | 2 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.4.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-0.3.2-r1.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.2-r1.ebuild index bf09f7cabfea..eeca23d3292b 100644 --- a/app-portage/gentoolkit/gentoolkit-0.3.2-r1.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.3.2-r1.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Collection of administration scripts for Gentoo" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools" -SRC_URI="http://dev.gentoo.org/~dolsen/releases/gentoolkit/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~dolsen/releases/gentoolkit/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild index d4ca2562952a..c57b96514b09 100644 --- a/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Collection of administration scripts for Gentoo" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools" -SRC_URI="http://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild index 871d8dcb64de..b972ab35c0bc 100644 --- a/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.4.0.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) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 |