summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 20:15:50 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 20:15:50 +0200
commit31103bd86d877090abf084d8d741646b42dc7d6f (patch)
tree8a9e1fcca404aa1056e2d82d31e1a65c12cd5946
parentgames-board/pysolfc: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff)
downloadgentoo-31103bd86d877090abf084d8d741646b42dc7d6f.tar.gz
gentoo-31103bd86d877090abf084d8d741646b42dc7d6f.tar.bz2
gentoo-31103bd86d877090abf084d8d741646b42dc7d6f.zip
games-puzzle/angrydd: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild
index e4bdd9f36a81..d1ad454c75cd 100644
--- a/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild
+++ b/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild
@@ -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
@@ -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}"