diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-24 22:31:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-24 22:31:03 +0200 |
commit | 10aa248f8dfdd82785d1933e2a844320661a0d9c (patch) | |
tree | 5a3402bf657b896894daba42e128f5bce125fafb /games-fps | |
parent | games-fps/quake3-bin: Add RESTRICT="bindist" (diff) | |
download | gentoo-10aa248f8dfdd82785d1933e2a844320661a0d9c.tar.gz gentoo-10aa248f8dfdd82785d1933e2a844320661a0d9c.tar.bz2 gentoo-10aa248f8dfdd82785d1933e2a844320661a0d9c.zip |
games-fps/quake3-data: Add RESTRICT="bindist"
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-data/quake3-data-1.32b.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-fps/quake3-data/quake3-data-1.32b.ebuild b/games-fps/quake3-data/quake3-data-1.32b.ebuild index bc98a7d7c2e5..71c95445e07a 100644 --- a/games-fps/quake3-data/quake3-data-1.32b.ebuild +++ b/games-fps/quake3-data/quake3-data-1.32b.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=5 @@ -13,6 +13,7 @@ LICENSE="Q3AEULA" SLOT="0" KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd" IUSE="" +RESTRICT="bindist" S=${WORKDIR} dir=${GAMES_DATADIR}/quake3 |