diff options
author | Sam James <sam@gentoo.org> | 2023-12-21 12:44:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 12:44:00 +0000 |
commit | e1e090ab3bd3602719e4d143ab41c0f3c42664a9 (patch) | |
tree | 806fc52609a802cfddb0a5b904def47f45e0daa0 /games-engines | |
parent | games-engines/renpy: new package, add 8.1.3 (diff) | |
download | gentoo-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.ebuild | 4 |
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 )" |