diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-06-08 00:48:37 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-06-08 00:52:24 -0400 |
commit | e5be1aead0e48d16e3054f45d584f33a237b3e3d (patch) | |
tree | ad78023f06164de8b55a6a0ab22c96803d92c502 /games-action/badland | |
parent | games-action/noiz2sa: respect CC and CXX (diff) | |
download | gentoo-e5be1aead0e48d16e3054f45d584f33a237b3e3d.tar.gz gentoo-e5be1aead0e48d16e3054f45d584f33a237b3e3d.tar.bz2 gentoo-e5be1aead0e48d16e3054f45d584f33a237b3e3d.zip |
games-action/badland: move chrpath to bdepend
Failed to spot it, thanks to sam for doing so.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-action/badland')
-rw-r--r-- | games-action/badland/badland-121-r1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games-action/badland/badland-121-r1.ebuild b/games-action/badland/badland-121-r1.ebuild index 2e58b52405c6..0203c806f0db 100644 --- a/games-action/badland/badland-121-r1.ebuild +++ b/games-action/badland/badland-121-r1.ebuild @@ -7,8 +7,11 @@ inherit desktop wrapper xdg DESCRIPTION="Atmospheric side-scrolling action adventure platformer set in a gorgeous forest" HOMEPAGE="http://badlandgame.com" -SRC_URI="Badland_GotY_${PV}.tar +SRC_URI=" + Badland_GotY_${PV}.tar https://dev.gentoo.org/~chewi/distfiles/${PN}.png" +S="${WORKDIR}" + LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -16,10 +19,7 @@ RESTRICT="bindist fetch mirror splitdebug" QA_PREBUILT="opt/${PN}/*" -DEPEND=" - app-admin/chrpath -" - +BDEPEND="app-admin/chrpath" RDEPEND=" dev-db/sqlite:3[abi_x86_32] media-libs/fontconfig:1.0[abi_x86_32] @@ -33,8 +33,6 @@ RDEPEND=" x11-libs/libX11[abi_x86_32] " -S="${WORKDIR}" - pkg_nofetch() { einfo "Please buy and download ${SRC_URI} from:" einfo " https://www.humblebundle.com/store/badland-game-of-the-year-humble-deluxe-edition" |