diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-06-17 16:12:33 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-06-17 16:12:39 -0400 |
commit | f5890f65ed72b4b5ce95fc6779d8866a5610f117 (patch) | |
tree | 6dde58fd87981a2d2b5c3d39184f0c13e27ee1eb /dev-java/javahelp | |
parent | sys-kernel/gentoo-sources: Linux patch 5.7.3 (diff) | |
download | gentoo-f5890f65ed72b4b5ce95fc6779d8866a5610f117.tar.gz gentoo-f5890f65ed72b4b5ce95fc6779d8866a5610f117.tar.bz2 gentoo-f5890f65ed72b4b5ce95fc6779d8866a5610f117.zip |
dev-java/javahelp: commit the whole fix
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-java/javahelp')
-rw-r--r-- | dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild b/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild index 60d65c15cbf6..1ad3e64a20b4 100644 --- a/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild +++ b/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild @@ -24,6 +24,8 @@ RDEPEND=">=virtual/jre-1.4 DEPEND="virtual/jdk:1.8 ${CDEPEND}" +JAVA_PKG_NV_DEPEND="virtual/jdk:1.8" + S="${WORKDIR}/${PN}-${COMMIT}" _eant() { |