commit: c142e9de6fe159b7bf0dbbb18db7727a003ceb75
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 12:50:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:17:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c142e9de
dev-games/cegui: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-games/cegui/{cegui-0.8.7.ebuild => cegui-0.8.7-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-games/cegui/cegui-0.8.7.ebuild
b/dev-games/cegui/cegui-0.8.7-r1.ebuild
similarity index 96%
rename from dev-games/cegui/cegui-0.8.7.ebuild
rename to dev-games/cegui/cegui-0.8.7-r1.ebuild
index 179c88599c4..d89518d6368 100644
--- a/dev-games/cegui/cegui-0.8.7.ebuild
+++ b/dev-games/cegui/cegui-0.8.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -43,7 +43,9 @@ RDEPEND="
pcre? ( dev-libs/libpcre )
python? (
${PYTHON_DEPS}
- dev-libs/boost:=[python,${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-libs/boost:=[python,${PYTHON_MULTI_USEDEP}]
+ ')
)
tinyxml? ( dev-libs/tinyxml )
truetype? ( media-libs/freetype:2 )