Skip to content

Commit

Permalink
app-portage/gentoolkit: enable python-3.6
Browse files Browse the repository at this point in the history
The package build and run fine with python 3.6

 * Package:    app-portage/gentoolkit-0.4.0
 * Repository: vivovl
 * Maintainer: [email protected]
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_6 userland_GNU
 * FEATURES:   compressdebug preserve-libs sandbox splitdebug test userpriv usersandbox
  • Loading branch information
vivo75 authored and kensington committed Sep 2, 2017
1 parent 432aebf commit 9845156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-portage/gentoolkit/gentoolkit-0.3.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app-portage/gentoolkit/gentoolkit-0.3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app-portage/gentoolkit/gentoolkit-0.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9845156

Please sign in to comment.