Skip to content

Commit

Permalink
games-puzzle/angrydd: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jul 17, 2021
1 parent 2c800dd commit 31103bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games-puzzle/angrydd/angrydd-1.0.1_p13-r1.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=7
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8,9} )

inherit desktop python-single-r1

Expand All @@ -22,7 +22,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}

RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/pygame[${PYTHON_MULTI_USEDEP}]
dev-python/pygame[${PYTHON_USEDEP}]
')
"
DEPEND="${RDEPEND}"
Expand Down

0 comments on commit 31103bd

Please sign in to comment.