diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 07:26:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:31:34 +0100 |
commit | 89706b49fb0847019a615e7fdd1c230cc5cf547f (patch) | |
tree | bc03f717a7adbfa46aa27ce9f697aa1fdc9f7413 | |
parent | games-fps/ut2004-bonuspack-ece: fix MissingLicenseRestricts (diff) | |
download | gentoo-89706b49fb0847019a615e7fdd1c230cc5cf547f.tar.gz gentoo-89706b49fb0847019a615e7fdd1c230cc5cf547f.tar.bz2 gentoo-89706b49fb0847019a615e7fdd1c230cc5cf547f.zip |
games-fps/ut2004-bonuspack-mega: fix MissingLicenseRestricts, drop obsolete unzip BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild index 4beb21b3c8aa..76d8760255cb 100644 --- a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild +++ b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,14 +6,12 @@ EAPI=7 DESCRIPTION="UT2004 Megapack - Megapack bonus pack" HOMEPAGE="http://www.unrealtournament2004.com/" SRC_URI="http://ut2004.ut-files.com/BonusPacks/ut2004megapack-linux.tar.bz2" +S="${WORKDIR}" LICENSE="ut2003" SLOT="0" KEYWORDS="~amd64 ~x86" - -BDEPEND="app-arch/unzip" - -S="${WORKDIR}" +RESTRICT="bindist mirror" src_prepare() { default |