Skip to content

Commit

Permalink
dev-embedded/libftdi: 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 10, 2020
1 parent cceacc8 commit bfe156f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-embedded/libftdi/libftdi-0.20-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python2_7 python3_6 )
PYTHON_COMPAT=( python3_6 )
inherit cmake-utils python-single-r1

if [[ ${PV} == 9999* ]] ; then
Expand Down
2 changes: 1 addition & 1 deletion dev-embedded/libftdi/libftdi-1.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python2_7 python3_6 )
PYTHON_COMPAT=( python3_6 )
inherit cmake-utils python-single-r1

MY_P="${PN}1-${PV}"
Expand Down
2 changes: 1 addition & 1 deletion dev-embedded/libftdi/libftdi-1.2-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python2_7 python3_6 )
PYTHON_COMPAT=( python3_6 )
inherit cmake-utils python-single-r1

MY_P="${PN}1-${PV}"
Expand Down
2 changes: 1 addition & 1 deletion dev-embedded/libftdi/libftdi-1.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python2_7 python3_6 )
PYTHON_COMPAT=( python3_6 )
inherit cmake-utils python-single-r1

MY_P="${PN}1-${PV}"
Expand Down
2 changes: 1 addition & 1 deletion dev-embedded/libftdi/libftdi-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python2_7 python3_6 )
PYTHON_COMPAT=( python3_6 )
inherit cmake-utils python-single-r1

MY_P="${PN}1-${PV}"
Expand Down

0 comments on commit bfe156f

Please sign in to comment.