diff options
author | Ned Ludd <solar@gentoo.org> | 2007-09-25 06:23:13 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2007-09-25 06:23:13 +0000 |
commit | f584bf2faf8b290881955065537d5e4c09451092 (patch) | |
tree | 9bef529f85f0b5ba68746933d5fac41aefa848b4 /profiles/uclibc | |
parent | correct the sed macro so it actually replaces the correct line (diff) | |
download | gentoo-2-f584bf2faf8b290881955065537d5e4c09451092.tar.gz gentoo-2-f584bf2faf8b290881955065537d5e4c09451092.tar.bz2 gentoo-2-f584bf2faf8b290881955065537d5e4c09451092.zip |
- remove tar masking in uclibc profile
Diffstat (limited to 'profiles/uclibc')
-rw-r--r-- | profiles/uclibc/package.mask | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/uclibc/package.mask b/profiles/uclibc/package.mask index f643b08084f1..c1eb437d793b 100644 --- a/profiles/uclibc/package.mask +++ b/profiles/uclibc/package.mask @@ -2,8 +2,8 @@ sys-libs/glibc # breaks gcc and such dev-libs/libiconv -# uclibc has broken stat() which causes tar to freak out ->=app-arch/tar-1.15.91 +# uclibc had a broken stat() which caused tar to freak out +#>=app-arch/tar-1.15.91 # requires funcs we dont yet provide >=sys-fs/xfsprogs-2.8.10 |