diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-06-08 00:54:20 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-06-08 00:54:20 -0400 |
commit | aff6a24068ded0f453127acc1d6f92a70d748781 (patch) | |
tree | fb5e6ee16f00cbd931adc4fdf17666c2332226fa /games-action/super-hexagon | |
parent | games-action/badland: move chrpath to bdepend (diff) | |
download | gentoo-aff6a24068ded0f453127acc1d6f92a70d748781.tar.gz gentoo-aff6a24068ded0f453127acc1d6f92a70d748781.tar.bz2 gentoo-aff6a24068ded0f453127acc1d6f92a70d748781.zip |
games-action/super-hexagon: move unzip to bdepend
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-action/super-hexagon')
-rw-r--r-- | games-action/super-hexagon/super-hexagon-20160217.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-action/super-hexagon/super-hexagon-20160217.ebuild b/games-action/super-hexagon/super-hexagon-20160217.ebuild index 207b4ec48ad0..e186977422bb 100644 --- a/games-action/super-hexagon/super-hexagon-20160217.ebuild +++ b/games-action/super-hexagon/super-hexagon-20160217.ebuild @@ -9,6 +9,7 @@ TIMESTAMP="${PV:4:2}${PV:6:2}${PV:0:4}" DESCRIPTION="Minimal action game by Terry Cavanagh, with music by Chipzel" HOMEPAGE="https://superhexagon.com" SRC_URI="superhexagon-${TIMESTAMP}-bin" +S="${WORKDIR}/data" LICENSE="all-rights-reserved" SLOT="0" @@ -18,8 +19,7 @@ RESTRICT="bindist fetch splitdebug" MYGAMEDIR="/opt/${PN}" QA_PREBUILT="${MYGAMEDIR#/}/superhexagon" -DEPEND="app-arch/unzip" - +BDEPEND="app-arch/unzip" RDEPEND="media-libs/glew:1.6 media-libs/libsdl2[opengl,sound,video] media-libs/libvorbis @@ -27,7 +27,6 @@ RDEPEND="media-libs/glew:1.6 virtual/glu virtual/opengl" -S="${WORKDIR}/data" DOCS=( Linux.README ) pkg_nofetch() { |