commit: 2b45e0ecbaf9f1c7b4e846f5fa48b09d1c7313aa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 6 20:34:03 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 21:55:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b45e0ec
[QA] dev-java/hp-jdk-bin: Fix global scope use calls, #566530
dev-java/hp-jdk-bin/hp-jdk-bin-1.6.0.05.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-java/hp-jdk-bin/hp-jdk-bin-1.6.0.05.ebuild
b/dev-java/hp-jdk-bin/hp-jdk-bin-1.6.0.05.ebuild
index 9baf695..3a64550 100644
--- a/dev-java/hp-jdk-bin/hp-jdk-bin-1.6.0.05.ebuild
+++ b/dev-java/hp-jdk-bin/hp-jdk-bin-1.6.0.05.ebuild
@@ -38,13 +38,13 @@ SRC_URI="
S=${WORKDIR}
-# not for metadata use:
-use hppa-hpux && JDK_DIST=${PA_JDK_DIST}
-use ia64-hpux && JDK_DIST=${IA_JDK_DIST}
-#use hppa64-hpux && JDK_DIST=${PA_JDK_DIST}
-#use ia64w-hpux && JDK_DIST=${IA_JDK_DIST}
-
pkg_nofetch() {
+ # not for metadata use:
+ use hppa-hpux && JDK_DIST=${PA_JDK_DIST}
+ use ia64-hpux && JDK_DIST=${IA_JDK_DIST}
+ #use hppa64-hpux && JDK_DIST=${PA_JDK_DIST}
+ #use ia64w-hpux && JDK_DIST=${IA_JDK_DIST}
+
einfo "Due to license restrictions, we cannot redistribute or fetch the
distfiles."
einfo "Please visit"
einfo " ${DOWNLOADPAGE}"