Skip to content

Commit

Permalink
app-crypt/gkeys-gen: Support python 3.5
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
pacho2 committed Oct 9, 2016
1 parent 3dc2c61 commit 0595fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI="5"

PYTHON_COMPAT=(python{2_7,3_3,3_4})
PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})

inherit distutils-r1

Expand Down
4 changes: 2 additions & 2 deletions app-crypt/gkeys-gen/gkeys-gen-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

PYTHON_COMPAT=(python{2_7,3_3,3_4})
PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})

EGIT_BRANCH="master"
#EGIT_BRANCH="gen-update"
Expand Down

0 comments on commit 0595fbb

Please sign in to comment.