Skip to content

Commit

Permalink
dev-java/oracle-jre-bin: Replace broken ${DISTDIR} message
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/653894
Package-Manager: Portage-2.3.31, Repoman-2.3.9
  • Loading branch information
chewi committed Apr 23, 2018
1 parent 39c4d34 commit 2412c81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.162-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ S="${WORKDIR}/jre$(replace_version_separator 3 _ ${S_PV})"

pkg_nofetch() {
einfo "Please download ${ARCH_FILES[${ARCH}]} and move it to"
einfo "${DISTDIR}:"
einfo "your distfiles directory:"
einfo
einfo " http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html"
einfo
Expand Down
2 changes: 1 addition & 1 deletion dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.172.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ S="${WORKDIR}/jre$(replace_version_separator 3 _ ${S_PV})"

pkg_nofetch() {
einfo "Please download ${ARCH_FILES[${ARCH}]} and move it to"
einfo "${DISTDIR}:"
einfo "your distfiles directory:"
einfo
einfo " http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html"
einfo
Expand Down
2 changes: 1 addition & 1 deletion dev-java/oracle-jre-bin/oracle-jre-bin-9.0.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RDEPEND="!x64-macos? (

pkg_nofetch() {
einfo "Please download ${ARCH_FILES[${ARCH}]} and move it to"
einfo "${DISTDIR}:"
einfo "your distfiles directory:"
einfo
einfo " http://www.oracle.com/technetwork/java/javase/downloads/jre9-downloads-3848532.html"
einfo
Expand Down

0 comments on commit 2412c81

Please sign in to comment.