diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-19 08:13:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-19 08:13:21 +0200 |
commit | b8b79e182277499d03c7ed7ea4b34187663b8167 (patch) | |
tree | bb33779e24e4dfb80bd05673bbffb8f17e9c1f3e /sci-biology | |
parent | dev-ruby/httparty: fix gemspec generation (diff) | |
download | gentoo-b8b79e182277499d03c7ed7ea4b34187663b8167.tar.gz gentoo-b8b79e182277499d03c7ed7ea4b34187663b8167.tar.bz2 gentoo-b8b79e182277499d03c7ed7ea4b34187663b8167.zip |
sci-biology/ApE: Add bindist restriction
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/ApE/ApE-2.0.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/ApE/ApE-2.0.7-r1.ebuild b/sci-biology/ApE/ApE-2.0.7-r1.ebuild index a86386004736..a56f50525205 100644 --- a/sci-biology/ApE/ApE-2.0.7-r1.ebuild +++ b/sci-biology/ApE/ApE-2.0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ RDEPEND=" dev-lang/tcl:0 dev-lang/tk:0" -RESTRICT="mirror" +RESTRICT="bindist mirror" S="${WORKDIR}/ApE Linux/" |