Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jdbc2-stdext/
Date: Mon, 23 Sep 2019 17:16:21
Message-Id: 1569258950.3051d4fa6685650af760a36135f22fbdbb7917d6.mgorny@gentoo
1 commit: 3051d4fa6685650af760a36135f22fbdbb7917d6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 23 17:04:04 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 23 17:15:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3051d4fa
7
8 dev-java/jdbc2-stdext: Add RESTRICT=bindist
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild
16 index 1c8b12f2670..2bdf7b0aa24 100644
17 --- a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild
18 +++ b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Authors
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -18,7 +18,7 @@ LICENSE="Oracle-BCLA-JavaSE"
26 SLOT="0"
27 KEYWORDS="~amd64"
28
29 -RESTRICT="fetch"
30 +RESTRICT="bindist fetch"
31
32 RDEPEND="
33 >=virtual/jre-1.4"