Skip to content

Commit

Permalink
dev-util/catkin: Add pypy3 support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
aballier committed Feb 23, 2017
1 parent c922cd3 commit 4787419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-util/catkin/catkin-0.7.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/ros/catkin"
fi

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

inherit ${SCM} cmake-utils python-r1 python-utils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-util/catkin/catkin-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/ros/catkin"
fi

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

inherit ${SCM} cmake-utils python-r1 python-utils-r1

Expand Down

0 comments on commit 4787419

Please sign in to comment.