commit: e5be1aead0e48d16e3054f45d584f33a237b3e3d Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Tue Jun 8 04:48:37 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Jun 8 04:52:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5be1aea
games-action/badland: move chrpath to bdepend Failed to spot it, thanks to sam for doing so. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-action/badland/badland-121-r1.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/games-action/badland/badland-121-r1.ebuild b/games-action/badland/badland-121-r1.ebuild index 2e58b52405c..0203c806f0d 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"