diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-04-23 21:37:27 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-04-23 21:42:03 +0100 |
commit | 37019f9f72392ad5ff343e190dfc6920332c5136 (patch) | |
tree | 7e5c178717f9b374a549939e01bbf182d28767fa /dev-java | |
parent | sys-kernel/genkernel: git-2->git-r3, general cleanup. (diff) | |
download | gentoo-37019f9f72392ad5ff343e190dfc6920332c5136.tar.gz gentoo-37019f9f72392ad5ff343e190dfc6920332c5136.tar.bz2 gentoo-37019f9f72392ad5ff343e190dfc6920332c5136.zip |
dev-java/java-sdk-docs: Replace broken ${DISTDIR} message
Closes: https://bugs.gentoo.org/653894
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild | 2 | ||||
-rw-r--r-- | dev-java/java-sdk-docs/java-sdk-docs-9.0.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild index 49c3f8aaeb78..1791bdf62037 100644 --- a/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild +++ b/dev-java/java-sdk-docs/java-sdk-docs-1.8.0.172.ebuild @@ -27,7 +27,7 @@ S="${WORKDIR}/docs" pkg_nofetch() { einfo "Please download ${SRC_URI} from" einfo "${DOWNLOAD_URL}" - einfo "by agreeing to the license and place it in ${DISTDIR}" + einfo "by agreeing to the license and place it in your distfiles directory." einfo "" einfo "If you find the file on the download page replaced with a higher" einfo "version, please report it in bug #67266 (link below)." diff --git a/dev-java/java-sdk-docs/java-sdk-docs-9.0.4.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-9.0.4.ebuild index 865ee06d1665..35edb42957fb 100644 --- a/dev-java/java-sdk-docs/java-sdk-docs-9.0.4.ebuild +++ b/dev-java/java-sdk-docs/java-sdk-docs-9.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ S="${WORKDIR}/docs" pkg_nofetch() { einfo "Please download ${SRC_URI} from" einfo "${DOWNLOAD_URL}" - einfo "by agreeing to the license and place it in ${DISTDIR}" + einfo "by agreeing to the license and place it in your distfiles directory." einfo "" einfo "If you find the file on the download page replaced with a higher" einfo "version, please report it in bug #67266 (link below)." |