diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:21:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:01 +0100 |
commit | 48fe7ff7ecb40f99611aaa40ce6bf5187fced6ae (patch) | |
tree | 4527a8750ed005f5aedfc873879286abccefd8d8 /games-action | |
parent | dev-vcs/rcs: eutils-- (diff) | |
download | gentoo-48fe7ff7ecb40f99611aaa40ce6bf5187fced6ae.tar.gz gentoo-48fe7ff7ecb40f99611aaa40ce6bf5187fced6ae.tar.bz2 gentoo-48fe7ff7ecb40f99611aaa40ce6bf5187fced6ae.zip |
games-action/trine-enchanted-edition: use BDEPEND for app-arch/unzip
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild b/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild index f33d1cb8946f..28b20274fd43 100644 --- a/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild +++ b/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,6 +12,7 @@ MY_PN="Trine Enchanted Edition" DESCRIPTION="The original sidescrolling action platformer under the Trine 2 engine" HOMEPAGE="https://www.frozenbyte.com/games/trine-enchanted-edition" SRC_URI="${MY_P}_humble_linux_full.zip" + LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -20,7 +21,7 @@ RESTRICT="bindist fetch splitdebug" QA_PREBUILT="opt/${PN}/${PN}*" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" # SDL 1.3 is bundled but the game appears to be statically linked # against SDL 2.0.3. We can bypass this and use our own SDL 2 by setting |