diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2005-08-05 19:33:08 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2005-08-05 19:33:08 +0000 |
commit | 67c0e99ef5c298a0134ed8c2c1d97bdc090db247 (patch) | |
tree | 40cbfc2612e69528f39619d8c2292126f85b053b /profiles | |
parent | Added use.mask in preparation for inheritence change. (diff) | |
download | gentoo-2-67c0e99ef5c298a0134ed8c2c1d97bdc090db247.tar.gz gentoo-2-67c0e99ef5c298a0134ed8c2c1d97bdc090db247.tar.bz2 gentoo-2-67c0e99ef5c298a0134ed8c2c1d97bdc090db247.zip |
Split out use.mask into collision-protect and global components.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-darwin/macos/10.3/use.mask | 22 | ||||
-rw-r--r-- | profiles/default-darwin/macos/use.mask | 21 |
2 files changed, 21 insertions, 22 deletions
diff --git a/profiles/default-darwin/macos/10.3/use.mask b/profiles/default-darwin/macos/10.3/use.mask index b9d0af1542e1..5294f541c2ef 100644 --- a/profiles/default-darwin/macos/10.3/use.mask +++ b/profiles/default-darwin/macos/10.3/use.mask @@ -1,24 +1,2 @@ -# Add USE flags that don't work on Mac OS X here - -# gtk+ pulls in XML-Parser with USE="nls xml", so Perl issue should -# be resolved first before keywording them -gtk -gtk2 - -# imlib depends on gtk+-1 -imlib - -perl - # tcl ebuild overwrites Apple's tcl, so we mask it (dev-lang/ruby) tcltk - -# needs a lot of packages ported before its usable. -xemacs - -# this is going to be a hard thing to port, if even doable -mpi -sasl - -# until we can get mysql keyworded -mysql diff --git a/profiles/default-darwin/macos/use.mask b/profiles/default-darwin/macos/use.mask new file mode 100644 index 000000000000..945f4cae382b --- /dev/null +++ b/profiles/default-darwin/macos/use.mask @@ -0,0 +1,21 @@ +# Add USE flags that don't work on Mac OS X here + +# gtk+ pulls in XML-Parser with USE="nls xml", so Perl issue should +# be resolved first before keywording them +gtk +gtk2 + +# imlib depends on gtk+-1 +imlib + +perl + +# needs a lot of packages ported before its usable. +xemacs + +# this is going to be a hard thing to port, if even doable +mpi +sasl + +# until we can get mysql keyworded +mysql |