Skip to content

Commit

Permalink
games/funnyboat: limit supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Nov 24, 2021
1 parent 898cf28 commit 78e1cfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games/funnyboat/Makefile
Expand Up @@ -10,12 +10,12 @@ LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-CODE.txt
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MEDIA.txt

RUN_DEPENDS= ${PYGAME}

USE_GITHUB= yes
GH_ACCOUNT= AMDmi3

RUN_DEPENDS= ${PYGAME}

USES= python:run
USES= python:3.6-3.9,run # version range inherited from numpy
NO_BUILD= yes
NO_ARCH= yes

Expand Down

0 comments on commit 78e1cfa

Please sign in to comment.