summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 15:12:40 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:22:07 +0100
commit2e7faa58274789c25ccbb4b58ad8d026918d0226 (patch)
tree8fc1b35c26c01b49ac18a36155722543d6e3bd2d /games-strategy
parentgames-strategy/gwp: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-2e7faa58274789c25ccbb4b58ad8d026918d0226.tar.gz
gentoo-2e7faa58274789c25ccbb4b58ad8d026918d0226.tar.bz2
gentoo-2e7faa58274789c25ccbb4b58ad8d026918d0226.zip
games-strategy/lightyears: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/lightyears/lightyears-1.4-r3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-strategy/lightyears/lightyears-1.4-r3.ebuild b/games-strategy/lightyears/lightyears-1.4-r3.ebuild
index 4d4cfa964e45..e0e5bb0741d9 100644
--- a/games-strategy/lightyears/lightyears-1.4-r3.ebuild
+++ b/games-strategy/lightyears/lightyears-1.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,9 @@ KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- dev-python/pygame[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pygame[${PYTHON_MULTI_USEDEP}]
+ ')
"
DEPEND="${RDEPEND}"