commit: 7b34e38dc81491d019d1d3731c6de25a0be375c4 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri May 31 07:51:39 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri May 31 08:24:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b34e38d
games-action/rune: Add mirror and bindist restrictions. Bug: https://bugs.gentoo.org/665108 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> games-action/rune/rune-1.07-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/rune/rune-1.07-r3.ebuild b/games-action/rune/rune-1.07-r3.ebuild index 2f649202e4e..253554d25b6 100644 --- a/games-action/rune/rune-1.07-r3.ebuild +++ b/games-action/rune/rune-1.07-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ LICENSE="LOKI-EULA" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT="strip" +RESTRICT="strip mirror bindist" RDEPEND="dev-util/xdelta:0 >=media-libs/libsdl-1.2.9-r1[abi_x86_32(-)]
