summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-21 12:44:00 +0000
committerSam James <sam@gentoo.org>2023-12-21 12:44:00 +0000
commite1e090ab3bd3602719e4d143ab41c0f3c42664a9 (patch)
tree806fc52609a802cfddb0a5b904def47f45e0daa0 /games-engines
parentgames-engines/renpy: new package, add 8.1.3 (diff)
downloadgentoo-e1e090ab3bd3602719e4d143ab41c0f3c42664a9.tar.gz
gentoo-e1e090ab3bd3602719e4d143ab41c0f3c42664a9.tar.bz2
gentoo-e1e090ab3bd3602719e4d143ab41c0f3c42664a9.zip
games-engines/renpy: add missing desktop inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/renpy/renpy-8.1.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-engines/renpy/renpy-8.1.3.ebuild b/games-engines/renpy/renpy-8.1.3.ebuild
index 6877ee69d65f..394d8a02b1e8 100644
--- a/games-engines/renpy/renpy-8.1.3.ebuild
+++ b/games-engines/renpy/renpy-8.1.3.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-inherit gnome2-utils distutils-r1
+inherit desktop gnome2-utils distutils-r1
DESCRIPTION="Visual novel engine written in python"
HOMEPAGE="https://www.renpy.org"
@@ -14,7 +14,7 @@ SRC_URI="https://www.renpy.org/dl/${PV}/${P}-source.tar.bz2"
S="${WORKDIR}/${P}-source"
LICENSE="MIT"
-SLOT=0
+SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="development doc examples"
REQUIRED_USE="examples? ( development )"