commit:     2e7faa58274789c25ccbb4b58ad8d026918d0226
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 14:12:40 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:22:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7faa58

games-strategy/lightyears: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-strategy/lightyears/lightyears-1.4-r3.ebuild | 6 ++++--
 1 file 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 4d4cfa964e4..e0e5bb0741d 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}"
 

Reply via email to