diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-24 16:55:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-24 16:55:23 +0200 |
commit | 11c045b5239eacbdcec54bfbd89f6a9d6ef67d7f (patch) | |
tree | 3e71f29e5e637366160fe0e39ff90889f2029716 /dev-games | |
parent | games-strategy/colobot: Workaround the Ninja build problem (diff) | |
download | gentoo-11c045b5239eacbdcec54bfbd89f6a9d6ef67d7f.tar.gz gentoo-11c045b5239eacbdcec54bfbd89f6a9d6ef67d7f.tar.bz2 gentoo-11c045b5239eacbdcec54bfbd89f6a9d6ef67d7f.zip |
dev-games/quake4-sdk: Add RESTRICT="bindist mirror"
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild index 5b5976f8d6c0..fb80cba1dafb 100644 --- a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild +++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 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="QUAKE4" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -RESTRICT="strip" +RESTRICT="bindist mirror strip" S="${WORKDIR}" diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild index 4d98a6595544..03bf48f840d3 100644 --- a/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild +++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ LICENSE="QUAKE4" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -RESTRICT="strip" +RESTRICT="bindist mirror strip" S=${WORKDIR} |