diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-05-31 09:45:02 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-05-31 10:24:04 +0200 |
commit | 184627f76e695eee533dc764649ca78b74faf783 (patch) | |
tree | c54d5290bc0997f012ee1b08111b2f1fc712aec8 /games-action/heretic2 | |
parent | games-action/fakk2: Add bindist restriction. (diff) | |
download | gentoo-184627f76e695eee533dc764649ca78b74faf783.tar.gz gentoo-184627f76e695eee533dc764649ca78b74faf783.tar.bz2 gentoo-184627f76e695eee533dc764649ca78b74faf783.zip |
games-action/heretic2: 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@gentoo.org>
Diffstat (limited to 'games-action/heretic2')
-rw-r--r-- | games-action/heretic2/heretic2-1.06c-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/heretic2/heretic2-1.06c-r1.ebuild b/games-action/heretic2/heretic2-1.06c-r1.ebuild index dc1322e89355..60d2b16cafed 100644 --- a/games-action/heretic2/heretic2-1.06c-r1.ebuild +++ b/games-action/heretic2/heretic2-1.06c-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ LICENSE="LOKI-EULA" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT="strip" +RESTRICT="strip mirror bindist" QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/${PN}/base/*.so" DEPEND="games-util/loki_patch" |