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 | d3444a6912b0140e82f025f637dfc4b249a29415 (patch) | |
tree | 1e05b0e782a51e12ac3c8b50fc8645f92c7f0b64 /profiles | |
parent | Version bumped (diff) | |
download | historical-d3444a6912b0140e82f025f637dfc4b249a29415.tar.gz historical-d3444a6912b0140e82f025f637dfc4b249a29415.tar.bz2 historical-d3444a6912b0140e82f025f637dfc4b249a29415.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 + |