Skip to content

Commit

Permalink
games-rpg/zsxd: add indirect wrapper inherit, use BDEPEND
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 12, 2021
1 parent a996540 commit 5cf4990
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions games-rpg/zsxd/zsxd-1.9.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

CMAKE_MAKEFILE_GENERATOR=emake
inherit cmake desktop xdg
inherit cmake desktop wrapper xdg

DESCRIPTION="Free 2D Zelda fangame parody"
HOMEPAGE="https://www.solarus-games.org/"
Expand All @@ -14,14 +14,13 @@ S="${WORKDIR}/${PN}-${PN}-${PV}"
LICENSE="all-rights-reserved CC-BY-SA-3.0 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="mirror bindist"

RDEPEND="
>=games-engines/solarus-1.3.1-r1
<games-engines/solarus-1.4.0
"
DEPEND="app-arch/zip"
BDEPEND="app-arch/zip"

DOCS=( ChangeLog readme.txt )

Expand Down

0 comments on commit 5cf4990

Please sign in to comment.