commit: 3051d4fa6685650af760a36135f22fbdbb7917d6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 17:04:04 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 17:15:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3051d4fa
dev-java/jdbc2-stdext: Add RESTRICT=bindist
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild
b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild
index 1c8b12f2670..2bdf7b0aa24 100644
--- a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild
+++ b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-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="5"
@@ -18,7 +18,7 @@ LICENSE="Oracle-BCLA-JavaSE"
SLOT="0"
KEYWORDS="~amd64"
-RESTRICT="fetch"
+RESTRICT="bindist fetch"
RDEPEND="
>=virtual/jre-1.4"