diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 07:25:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:31:33 +0100 |
commit | 12fbb0d700ad70434d1b26ea9a79b806aff14ed8 (patch) | |
tree | 750bd7b62627391aa7a238e71dd146bbcf900af7 /games-fps/ut2004-bonuspack-ece | |
parent | games-fps/urbanterror-data: port to EAPI 7, fix MissingLicenseRestricts (diff) | |
download | gentoo-12fbb0d700ad70434d1b26ea9a79b806aff14ed8.tar.gz gentoo-12fbb0d700ad70434d1b26ea9a79b806aff14ed8.tar.bz2 gentoo-12fbb0d700ad70434d1b26ea9a79b806aff14ed8.zip |
games-fps/ut2004-bonuspack-ece: fix MissingLicenseRestricts
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-fps/ut2004-bonuspack-ece')
-rw-r--r-- | games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild index 5460ac93230a..0bd06e11ea1e 100644 --- a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild +++ b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.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 @@ -14,6 +14,7 @@ SRC_URI=" LICENSE="ut2003" SLOT="0" KEYWORDS="~amd64 ~x86" +RESTRICT="bindist mirror" BDEPEND="app-arch/unzip" |