diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-05-31 09:46:34 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-05-31 10:24:05 +0200 |
commit | e19daea57132b64c3b7828639803a1a38c4a9d05 (patch) | |
tree | df3de98c05438a63be31ab1c02bbf1b65869f7de /games-action | |
parent | games-action/heretic2: Add mirror and bindist restrictions. (diff) | |
download | gentoo-e19daea57132b64c3b7828639803a1a38c4a9d05.tar.gz gentoo-e19daea57132b64c3b7828639803a1a38c4a9d05.tar.bz2 gentoo-e19daea57132b64c3b7828639803a1a38c4a9d05.zip |
games-action/heretic2-demo: 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')
-rw-r--r-- | games-action/heretic2-demo/heretic2-demo-1.06a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild b/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild index 0db2fab52331..13ff487e694d 100644 --- a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild +++ b/games-action/heretic2-demo/heretic2-demo-1.06a.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 @@ -13,7 +13,7 @@ LICENSE="LOKI-EULA" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT="strip" +RESTRICT="strip mirror bindist" QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/heretic2-demo/ref_glx.so" DEPEND="games-util/loki_patch" |