diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-12-22 11:11:08 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-12-22 11:11:08 +0000 |
commit | 777961fbe304e53a965a85a91c4c5e61a8712eda (patch) | |
tree | 14ccb9be2f83bc2c3a9e9db9bb77361825f3c241 /profiles | |
parent | Version bumped (diff) | |
download | gentoo-2-777961fbe304e53a965a85a91c4c5e61a8712eda.tar.gz gentoo-2-777961fbe304e53a965a85a91c4c5e61a8712eda.tar.bz2 gentoo-2-777961fbe304e53a965a85a91c4c5e61a8712eda.zip |
Add java to various use masks as there is no jdk for those archs
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-arm-1.4/use.mask | 6 | ||||
-rw-r--r-- | profiles/default-ia64-1.4/use.mask | 6 | ||||
-rw-r--r-- | profiles/default-mips-1.4/use.mask | 5 | ||||
-rw-r--r-- | profiles/default-ppc64-1.4/use.mask | 6 |
4 files changed, 23 insertions, 0 deletions
diff --git a/profiles/default-arm-1.4/use.mask b/profiles/default-arm-1.4/use.mask index 54021e6ada55..f48ab38fac53 100644 --- a/profiles/default-arm-1.4/use.mask +++ b/profiles/default-arm-1.4/use.mask @@ -2,3 +2,9 @@ # Chris PeBenito <pebenito@gentoo.org> # must use a SELinux profile selinux + +# Paul de Vrieze <pauldv@gentoo.org> +# There is no java in this profile (if there is it must be available). Without +# this repoman will fail on apps like sys-libs/db +java + diff --git a/profiles/default-ia64-1.4/use.mask b/profiles/default-ia64-1.4/use.mask index bf3328437c62..c47cda438554 100644 --- a/profiles/default-ia64-1.4/use.mask +++ b/profiles/default-ia64-1.4/use.mask @@ -23,3 +23,9 @@ selinux # No apm support on ia64 apm + +# Paul de Vrieze <pauldv@gentoo.org> +# There is no java in this profile (if there is it must be available). Without +# this repoman will fail on apps like sys-libs/db +java + diff --git a/profiles/default-mips-1.4/use.mask b/profiles/default-mips-1.4/use.mask index 54021e6ada55..1b4be79042cb 100644 --- a/profiles/default-mips-1.4/use.mask +++ b/profiles/default-mips-1.4/use.mask @@ -2,3 +2,8 @@ # Chris PeBenito <pebenito@gentoo.org> # must use a SELinux profile selinux + +# Paul de Vrieze <pauldv@gentoo.org> +# There is no java in this profile (if there is it must be available). Without +# this repoman will fail on apps like sys-libs/db +java diff --git a/profiles/default-ppc64-1.4/use.mask b/profiles/default-ppc64-1.4/use.mask index a961ed556d47..dadf252f5d20 100644 --- a/profiles/default-ppc64-1.4/use.mask +++ b/profiles/default-ppc64-1.4/use.mask @@ -14,3 +14,9 @@ scanner # Chris PeBenito <pebenito@gentoo.org> # must use a SELinux profile selinux + +# Paul de Vrieze <pauldv@gentoo.org> +# There is no java in this profile (if there is it must be available). Without +# this repoman will fail on apps like sys-libs/db +java + |