Skip to content

Commit

Permalink
games-engines/renpy: add missing desktop inherit
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Dec 21, 2023
1 parent e75018a commit e1e090a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games-engines/renpy/renpy-8.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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"
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 )"
Expand Down

0 comments on commit e1e090a

Please sign in to comment.