From: Michał Górny Date: Fri, 7 Feb 2020 12:50:33 +0000 (+0100) Subject: dev-games/cegui: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c142e9de6fe159b7bf0dbbb18db7727a003ceb75;p=gentoo.git dev-games/cegui: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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 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 )