diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2005-06-06 15:46:54 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2005-06-06 15:46:54 +0000 |
commit | 884f81f05dabebbd6d2bd9520d25cb3d896d7423 (patch) | |
tree | 890cbcd61b03eb5b6348a15781eecc39fbd5db81 /profiles/default-darwin | |
parent | New release: 0.8.2 (diff) | |
download | gentoo-2-884f81f05dabebbd6d2bd9520d25cb3d896d7423.tar.gz gentoo-2-884f81f05dabebbd6d2bd9520d25cb3d896d7423.tar.bz2 gentoo-2-884f81f05dabebbd6d2bd9520d25cb3d896d7423.zip |
package.provided clean up. use.mask on-the-fly-crypt per Bug 83634
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r-- | profiles/default-darwin/macos/10.4/package.provided | 3 | ||||
-rw-r--r-- | profiles/default-darwin/macos/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-darwin/macos/progressive/package.provided | 4 | ||||
-rw-r--r-- | profiles/default-darwin/make.defaults | 2 | ||||
-rw-r--r-- | profiles/default-darwin/use.mask | 3 |
5 files changed, 11 insertions, 5 deletions
diff --git a/profiles/default-darwin/macos/10.4/package.provided b/profiles/default-darwin/macos/10.4/package.provided index 3093d633f320..b68cf5dfb100 100644 --- a/profiles/default-darwin/macos/10.4/package.provided +++ b/profiles/default-darwin/macos/10.4/package.provided @@ -1,4 +1,4 @@ -app-admin/sudo-1.6.8p5 +app-admin/sudo-1.6.8 app-arch/bzip2-1.0.2 app-arch/cpio-2.6 app-arch/gzip-1.3.5 @@ -31,6 +31,7 @@ dev-libs/libxml2-2.6.16 dev-libs/libxslt-1.1.11 dev-libs/openssl-0.9.7b dev-perl/wxperl-0.22 +dev-perl/mod_perl-1.3 dev-php/mod_php-4.2 dev-php/php-4.3.2 dev-python/wxpython-2.5.3.1 diff --git a/profiles/default-darwin/macos/make.defaults b/profiles/default-darwin/macos/make.defaults index 0e0350b67947..c85dc029c67d 100644 --- a/profiles/default-darwin/macos/make.defaults +++ b/profiles/default-darwin/macos/make.defaults @@ -10,3 +10,7 @@ CHOST=powerpc-apple-darwin PLATFORM=$CHOST USE="ppc-macos" +KERNEL="Darwin" +USERLAND="Darwin" +LIBC="Darwin" + diff --git a/profiles/default-darwin/macos/progressive/package.provided b/profiles/default-darwin/macos/progressive/package.provided index 2fb15ea650ba..6dbe744ae041 100644 --- a/profiles/default-darwin/macos/progressive/package.provided +++ b/profiles/default-darwin/macos/progressive/package.provided @@ -4,7 +4,7 @@ app-arch/cpio-2.6 app-arch/gzip-1.2.4 app-arch/tar-1.13.25 app-arch/unzip-5.20 -app-crypt/mit-krb5 +app-crypt/mit-krb5-1.4 app-editors/emacs-21.2 app-editors/pico-0.0.1 app-editors/vim-6.2 @@ -104,7 +104,7 @@ sys-devel/bison-1.28 sys-devel/distcc-2.0.2 sys-devel/flex-2.5.4a sys-devel/gcc-3.3.1495 -sys-devel/gdb-5.3-20030128 +sys-devel/gdb-5.3.20030128 sys-devel/gnuserv-2 sys-devel/libtool-2.4.4 sys-devel/m4-1.4 diff --git a/profiles/default-darwin/make.defaults b/profiles/default-darwin/make.defaults index 0c35bf0d6ea5..c538dcaab8a3 100644 --- a/profiles/default-darwin/make.defaults +++ b/profiles/default-darwin/make.defaults @@ -18,6 +18,6 @@ FEATURES="-sandbox userpriv" USE="emboss" -USERLAND="BSD" +USERLAND="Darwin" KERNEL="Darwin" ELIBC="Darwin" diff --git a/profiles/default-darwin/use.mask b/profiles/default-darwin/use.mask index 1a6ef2fb4d04..f54b2d7677ac 100644 --- a/profiles/default-darwin/use.mask +++ b/profiles/default-darwin/use.mask @@ -12,6 +12,7 @@ caps directfb divx4linux djbfft +emul-linux-x86 fbcon fdftk fmod @@ -50,6 +51,7 @@ mikmod mono mzscheme nas +on-the-fly-crypt qdbm socks5 xmms @@ -84,7 +86,6 @@ postgres # masked until the missing dylib extension is fixed pcre -emul-linux-x86 # breaks clisp builds fastcgi |