Skip to content

Commit

Permalink
sys-cluster/cinder: Support newer python
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
pacho2 committed Jul 12, 2017
1 parent f52058e commit 03cf54f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sys-cluster/cinder/cinder-10.0.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 python3_{4,5} )

inherit distutils-r1 eutils linux-info user

Expand Down
4 changes: 2 additions & 2 deletions sys-cluster/cinder/cinder-2016.2.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 python3_{4,5} )

inherit distutils-r1 eutils git-r3 linux-info user

Expand Down
2 changes: 1 addition & 1 deletion sys-cluster/cinder/cinder-2017.1.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 python3_{4,5} )

inherit distutils-r1 eutils git-r3 linux-info user

Expand Down

0 comments on commit 03cf54f

Please sign in to comment.