diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-05-31 09:50:50 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-05-31 10:24:05 +0200 |
commit | 6cfcb885a9a6162783f0ac0606f19e3587932bc6 (patch) | |
tree | 252986dbdb1a8710bd73d577a629af5302e7a46a /games-action/postalplus | |
parent | games-action/heretic2-demo: Add mirror and bindist restrictions. (diff) | |
download | gentoo-6cfcb885a9a6162783f0ac0606f19e3587932bc6.tar.gz gentoo-6cfcb885a9a6162783f0ac0606f19e3587932bc6.tar.bz2 gentoo-6cfcb885a9a6162783f0ac0606f19e3587932bc6.zip |
games-action/postalplus: Add bindist restriction.
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/postalplus')
-rw-r--r-- | games-action/postalplus/postalplus-1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/postalplus/postalplus-1-r1.ebuild b/games-action/postalplus/postalplus-1-r1.ebuild index 569d32f5fa13..223d0a7931d1 100644 --- a/games-action/postalplus/postalplus-1-r1.ebuild +++ b/games-action/postalplus/postalplus-1-r1.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="~x86" IUSE="" -RESTRICT="strip" +RESTRICT="strip bindist" S=${WORKDIR} |