commit:     91ac93f30aa183de0c93c771f53514c361e2fc96
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 10:29:30 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 12 16:21:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ac93f3

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 <AT> gentoo.org>

 games-action/badland/badland-121.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/badland/badland-121.ebuild 
b/games-action/badland/badland-121.ebuild
index 78a303c6988..f62252013b6 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}/*"
 

Reply via email to