summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-12-06 21:34:03 +0100
committerMichał Górny <mgorny@gentoo.org>2015-12-06 22:55:14 +0100
commit2b45e0ecbaf9f1c7b4e846f5fa48b09d1c7313aa (patch)
tree8bafb83173a65a7cc6711cb86da3448e47a981fa /dev-java/hp-jdk-bin
parent[QA] dev-db/xtrabackup-bin: Fix global-scope 'use' call, #566528 (diff)
downloadgentoo-2b45e0ecbaf9f1c7b4e846f5fa48b09d1c7313aa.tar.gz
gentoo-2b45e0ecbaf9f1c7b4e846f5fa48b09d1c7313aa.tar.bz2
gentoo-2b45e0ecbaf9f1c7b4e846f5fa48b09d1c7313aa.zip
[QA] dev-java/hp-jdk-bin: Fix global scope use calls, #566530
Diffstat (limited to 'dev-java/hp-jdk-bin')
-rw-r--r--dev-java/hp-jdk-bin/hp-jdk-bin-1.6.0.05.ebuild12
1 files 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 9baf695820c5..3a64550503ae 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}"