Skip to content

Commit

Permalink
app-portage/gemato: Tested on PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jan 30, 2018
1 parent cdbac83 commit f035d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-portage/gemato/gemato-10.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

EAPI=6

# pyblake2 & pysha3 are broken with pypy*
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
# pyblake2 & pysha3 are broken with pypy3
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1

DESCRIPTION="Stand-alone Manifest generation & verification tool"
Expand Down
3 changes: 1 addition & 2 deletions app-portage/gemato/gemato-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

EAPI=6

# backports.lzma is broken with pypy
# pyblake2 & pysha3 are broken with pypy3
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1 git-r3

DESCRIPTION="Stand-alone Manifest generation & verification tool"
Expand Down

0 comments on commit f035d58

Please sign in to comment.