summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 13:50:33 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:17:44 +0100
commitc142e9de6fe159b7bf0dbbb18db7727a003ceb75 (patch)
tree1aa5f52ae4f86c336800dcf36e1f297835748ada /dev-games
parentdev-db/pgadmin4: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-c142e9de6fe159b7bf0dbbb18db7727a003ceb75.tar.gz
gentoo-c142e9de6fe159b7bf0dbbb18db7727a003ceb75.tar.bz2
gentoo-c142e9de6fe159b7bf0dbbb18db7727a003ceb75.zip
dev-games/cegui: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/cegui/cegui-0.8.7-r1.ebuild (renamed from dev-games/cegui/cegui-0.8.7.ebuild)6
1 files 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
index 179c88599c41..d89518d63680 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 )