diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2005-09-03 18:24:12 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2005-09-03 18:24:12 +0000 |
commit | f587c722db7c82367404371b951daf724e887b5c (patch) | |
tree | 5596ad81a44ff05fc459fb338428b9e49050747e /profiles | |
parent | Added ~sparc keyword as it was inadvertently dropped in the version bump. (diff) | |
download | gentoo-2-f587c722db7c82367404371b951daf724e887b5c.tar.gz gentoo-2-f587c722db7c82367404371b951daf724e887b5c.tar.bz2 gentoo-2-f587c722db7c82367404371b951daf724e887b5c.zip |
Added comment for cpio.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-darwin/macos/10.3/package.mask | 3 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.4/package.mask | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/default-darwin/macos/10.3/package.mask b/profiles/default-darwin/macos/10.3/package.mask index cd1ee9d12b52..13d370654858 100644 --- a/profiles/default-darwin/macos/10.3/package.mask +++ b/profiles/default-darwin/macos/10.3/package.mask @@ -35,4 +35,7 @@ x11-libs/gtk+ # end collision-protect ## +# Cpio is provided by Apple on 10.3. The Gentoo binary is installed to a separate location +# so the package does not cause a collision. Nonetheless, cpio is part of System, and we don't +# want it pulled in for users of this profile app-arch/cpio diff --git a/profiles/default-darwin/macos/10.4/package.mask b/profiles/default-darwin/macos/10.4/package.mask index 973d94fc3bfd..db581720ca6f 100644 --- a/profiles/default-darwin/macos/10.4/package.mask +++ b/profiles/default-darwin/macos/10.4/package.mask @@ -36,4 +36,7 @@ x11-libs/gtk+ # end collision-protect ## +# Cpio is provided by Apple on 10.4. The Gentoo binary is installed to a separate location +# so the package does not cause a collision. Nonetheless, cpio is part of System, and we don't +# want it pulled in for users of this profile. app-arch/cpio |