diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-12 11:29:30 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-12 17:21:44 +0100 |
commit | 91ac93f30aa183de0c93c771f53514c361e2fc96 (patch) | |
tree | 904fce2c8d55ea3fb4d1938ab85aaf7c0b46e8f2 /games-action | |
parent | dev-java/smack: add a SLOT number. (diff) | |
download | gentoo-91ac93f30aa183de0c93c771f53514c361e2fc96.tar.gz gentoo-91ac93f30aa183de0c93c771f53514c361e2fc96.tar.bz2 gentoo-91ac93f30aa183de0c93c771f53514c361e2fc96.zip |
games-action/badland: add RESTRICT="fetch mirror"
Noticed unfetchable SRC_URI when ran full mirror:
$ emirrordist --verbose --mirror --tries 1 \
--repo gentoo --distfiles $(portageq envvar DISTDIR)
[INFO] failure: games-action/badland-121 Badland_GotY_121.tar no fetchable uris
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/badland/badland-121.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/badland/badland-121.ebuild b/games-action/badland/badland-121.ebuild index 78a303c69884..f62252013b6b 100644 --- a/games-action/badland/badland-121.ebuild +++ b/games-action/badland/badland-121.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="Badland_GotY_${PV}.tar LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -RESTRICT="bindist splitdebug" +RESTRICT="bindist fetch mirror splitdebug" QA_PREBUILT="opt/${PN}/*" |