diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-05-31 09:40:17 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-05-31 10:24:04 +0200 |
commit | a4f68560a4ec0be6d9ff980c91cfe154722e2281 (patch) | |
tree | b48a0e188872b9a2a2fa095aa2708dca613c5b4a /games-action/fakk2 | |
parent | games-action/descent3: Add mirror and bindist restrictions. (diff) | |
download | gentoo-a4f68560a4ec0be6d9ff980c91cfe154722e2281.tar.gz gentoo-a4f68560a4ec0be6d9ff980c91cfe154722e2281.tar.bz2 gentoo-a4f68560a4ec0be6d9ff980c91cfe154722e2281.zip |
games-action/fakk2: 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/fakk2')
-rw-r--r-- | games-action/fakk2/fakk2-1.02-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/fakk2/fakk2-1.02-r1.ebuild b/games-action/fakk2/fakk2-1.02-r1.ebuild index b038c25d14ee..f7e669e552d3 100644 --- a/games-action/fakk2/fakk2-1.02-r1.ebuild +++ b/games-action/fakk2/fakk2-1.02-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="nocd" -RESTRICT="strip" +RESTRICT="strip bindist" RDEPEND="virtual/opengl" |