Skip to content

Commit

Permalink
app-emulation/cloud-init: Remove py2
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 5, 2020
1 parent 61354da commit 3834273
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app-emulation/cloud-init/cloud-init-17.2.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_6 )
PYTHON_COMPAT=( python3_6 )

inherit distutils-r1 eutils multilib systemd

Expand Down
2 changes: 1 addition & 1 deletion app-emulation/cloud-init/cloud-init-18.4-r1.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_6 )
PYTHON_COMPAT=( python3_6 )

inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion app-emulation/cloud-init/cloud-init-18.5.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_6 )
PYTHON_COMPAT=( python3_6 )

inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion app-emulation/cloud-init/cloud-init-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_6 )
PYTHON_COMPAT=( python3_6 )

inherit distutils-r1 git-r3

Expand Down

0 comments on commit 3834273

Please sign in to comment.