commit: 89706b49fb0847019a615e7fdd1c230cc5cf547f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 18 06:26:35 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 18 06:31:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89706b49
games-fps/ut2004-bonuspack-mega: fix MissingLicenseRestricts, drop obsolete unzip BDEPEND Signed-off-by: Sam James <sam <AT> gentoo.org> games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r3.ebuild | 8 +++----- 1 file 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 4beb21b3c8a..76d8760255c 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
