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/default-ia64-1.4 | |
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/default-ia64-1.4')
-rw-r--r-- | profiles/default-ia64-1.4/use.mask | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |