diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-06-06 20:13:23 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-06-06 20:13:23 +0000 |
commit | 824814bd55e5975ef391320fa0f383e2d734d5da (patch) | |
tree | be571f245a71fbfbcdcd1a02c3968350a9138af9 /profiles | |
parent | Dutch category description (diff) | |
download | gentoo-2-824814bd55e5975ef391320fa0f383e2d734d5da.tar.gz gentoo-2-824814bd55e5975ef391320fa0f383e2d734d5da.tar.bz2 gentoo-2-824814bd55e5975ef391320fa0f383e2d734d5da.zip |
added on-the-fly-crypt to use.mask
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc64/use.mask | 4 | ||||
-rw-r--r-- | profiles/default-ppc64-2004.2/use.mask | 4 | ||||
-rw-r--r-- | profiles/default-ppc64-2004.3/use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/default-linux/ppc64/use.mask b/profiles/default-linux/ppc64/use.mask index 3f706a791d03..2689514dfc3c 100644 --- a/profiles/default-linux/ppc64/use.mask +++ b/profiles/default-linux/ppc64/use.mask @@ -66,3 +66,7 @@ pyste # Unmask our instruction sets -altivec + +# This one is needed because cryptsetup will not build on ppc64. This +# useflag is used in cdrecord and can be removed once bug #90211 is fixed. +on-the-fly-crypt diff --git a/profiles/default-ppc64-2004.2/use.mask b/profiles/default-ppc64-2004.2/use.mask index e0356195ba13..3bb4f827941e 100644 --- a/profiles/default-ppc64-2004.2/use.mask +++ b/profiles/default-ppc64-2004.2/use.mask @@ -75,3 +75,7 @@ diet aqua emul-linux-x86 + +# This one is needed because cryptsetup will not build on ppc64. This +# useflag is used in cdrecord and can be removed once bug #90211 is fixed. +on-the-fly-crypt diff --git a/profiles/default-ppc64-2004.3/use.mask b/profiles/default-ppc64-2004.3/use.mask index 736b80c4c309..7694582ad989 100644 --- a/profiles/default-ppc64-2004.3/use.mask +++ b/profiles/default-ppc64-2004.3/use.mask @@ -72,3 +72,7 @@ diet aqua emul-linux-x86 + +# This one is needed because cryptsetup will not build on ppc64. This +# useflag is used in cdrecord and can be removed once bug #90211 is fixed. +on-the-fly-crypt |