Skip to content

Commit

Permalink
app-i18n/ibus: Revert "Remove py2"
Browse files Browse the repository at this point in the history
We still have py2-only plugins.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 10, 2020
1 parent d3343dc commit 90f9fa4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app-i18n/ibus/ibus-1.5.18.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=( python3_6 )
PYTHON_COMPAT=( python{2_7,3_6} )
VALA_MIN_API_VERSION="0.34"
VALA_MAX_API_VERSION="0.42"
VALA_USE_DEPEND="vapigen"
Expand Down
2 changes: 1 addition & 1 deletion app-i18n/ibus/ibus-1.5.19.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=( python{3_6,3_7} )
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
VALA_MIN_API_VERSION="0.34"
VALA_MAX_API_VERSION="0.42"
VALA_USE_DEPEND="vapigen"
Expand Down
2 changes: 1 addition & 1 deletion app-i18n/ibus/ibus-1.5.20.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=( python{3_6,3_7} )
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
VALA_MIN_API_VERSION="0.34"
VALA_USE_DEPEND="vapigen"

Expand Down
2 changes: 1 addition & 1 deletion app-i18n/ibus/ibus-1.5.21.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=( python{3_6,3_7} )
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
VALA_MIN_API_VERSION="0.34"
VALA_USE_DEPEND="vapigen"

Expand Down

0 comments on commit 90f9fa4

Please sign in to comment.