From ec76ba20495503b30555f74ecaa4ebfe68b2e7c7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 23 Sep 2019 19:04:33 +0200 Subject: dev-java/sun-jmx: Add RESTRICT=bindist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-java/sun-jmx') diff --git a/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild b/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild index 701e392e4734..42e2b32f5178 100644 --- a/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild +++ b/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -20,7 +20,7 @@ IUSE="" DEPEND=">=virtual/jdk-1.4 app-arch/unzip" RDEPEND=">=virtual/jre-1.4" -RESTRICT="fetch" +RESTRICT="bindist fetch" S="${WORKDIR}/${MY_P}-bin" -- cgit v1.2.3-65-gdbad