diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:20:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:54:56 +0100 |
commit | 48bd3750edc533e7478a01642ef70a1f9ac91420 (patch) | |
tree | b6fcdf55785482e7382fe1b62afe1ac72b74381f /dev-java/sun-jai-bin | |
parent | dev-java/stringtemplate: eutils->epatch (diff) | |
download | gentoo-48bd3750edc533e7478a01642ef70a1f9ac91420.tar.gz gentoo-48bd3750edc533e7478a01642ef70a1f9ac91420.tar.bz2 gentoo-48bd3750edc533e7478a01642ef70a1f9ac91420.zip |
dev-java/sun-jai-bin: use BDEPEND for app-arch/unzip
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/sun-jai-bin')
-rw-r--r-- | dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild index f244a96c1c95..1e21ce70574f 100644 --- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild +++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc64 x86" IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RDEPEND=">=virtual/jre-1.3" RESTRICT="bindist mirror" |