diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-12-09 09:44:17 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-12-09 09:44:17 +0100 |
commit | 06eaf3bc64a09c586e3add31732829f71aa4bd37 (patch) | |
tree | 2349a715911b9eb021968d9710171df65d4d8628 /games-fps/quake1-data | |
parent | dev-ruby/org-ruby: add 0.9.12_p20200519 (diff) | |
download | gentoo-06eaf3bc64a09c586e3add31732829f71aa4bd37.tar.gz gentoo-06eaf3bc64a09c586e3add31732829f71aa4bd37.tar.bz2 gentoo-06eaf3bc64a09c586e3add31732829f71aa4bd37.zip |
games-fps/quake1-data: Add bindist restriction
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'games-fps/quake1-data')
-rw-r--r-- | games-fps/quake1-data/quake1-data-2.40-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-fps/quake1-data/quake1-data-2.40-r1.ebuild b/games-fps/quake1-data/quake1-data-2.40-r1.ebuild index ed730aa32cb3..974117cb7bf2 100644 --- a/games-fps/quake1-data/quake1-data-2.40-r1.ebuild +++ b/games-fps/quake1-data/quake1-data-2.40-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: if installing off of the 1.01 cd, need to fetch the @@ -17,6 +17,7 @@ S="${WORKDIR}" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86" +RESTRICT="bindist" RDEPEND="!games-fps/quake1-demodata[symlink]" BDEPEND="app-arch/lha" |