dev-games/cegui: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 12:50:33 +0000 (13:50 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:17:44 +0000 (17:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-games/cegui/cegui-0.8.7-r1.ebuild [moved from dev-games/cegui/cegui-0.8.7.ebuild with 96% similarity]

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 179c88599c41b0445071d9c5a2bfaa64b91d1854..d89518d63680f2590dc883e8a33f95b9b0738d5a 100644 (file)
@@ -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 )