diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2005-08-09 21:42:33 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2005-08-09 21:42:33 +0000 |
commit | a62ea6eddab091fd6e5efc787e4dfb8e6dcf3001 (patch) | |
tree | c01cefa7a4ff7fa8fa80162d37ecdddfe10ab464 /profiles | |
parent | Added ~amd64 keyword, bug #98823. (diff) | |
download | gentoo-2-a62ea6eddab091fd6e5efc787e4dfb8e6dcf3001.tar.gz gentoo-2-a62ea6eddab091fd6e5efc787e4dfb8e6dcf3001.tar.bz2 gentoo-2-a62ea6eddab091fd6e5efc787e4dfb8e6dcf3001.zip |
add libperl,perl,python,readline to package.mask for OS X 10.{3,4} profiles. Update php versions in package.provided
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-darwin/macos/10.3/package.mask | 6 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.4/package.mask | 4 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.4/package.provided | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/profiles/default-darwin/macos/10.3/package.mask b/profiles/default-darwin/macos/10.3/package.mask index 435f8adca669..ac5f1376c09f 100644 --- a/profiles/default-darwin/macos/10.3/package.mask +++ b/profiles/default-darwin/macos/10.3/package.mask @@ -7,6 +7,8 @@ app-editors/nano app-editors/vim-core app-shells/bash app-shells/zsh +dev-lang/perl +dev-lang/python dev-libs/libprelude dev-libs/libxml2 media-libs/a52dec @@ -21,7 +23,9 @@ sys-devel/automake sys-devel/automake-wrapper sys-devel/bison sys-devel/flex -sys-libs/ncurses +sys-devel/libperl +sys-libs/ncurse + ## # end collision-protect ## diff --git a/profiles/default-darwin/macos/10.4/package.mask b/profiles/default-darwin/macos/10.4/package.mask index 91773e405851..b0ff7ae46848 100644 --- a/profiles/default-darwin/macos/10.4/package.mask +++ b/profiles/default-darwin/macos/10.4/package.mask @@ -7,6 +7,8 @@ app-editors/nano app-editors/vim-core app-shells/bash app-shells/zsh +dev-lang/perl +dev-lang/python dev-libs/libxml2 media-libs/a52dec net-misc/curl @@ -20,7 +22,9 @@ sys-devel/automake sys-devel/automake-wrapper sys-devel/bison sys-devel/flex +sys-devel/libperl sys-libs/ncurses +sys-libs/readline ## # end collision-protect ## diff --git a/profiles/default-darwin/macos/10.4/package.provided b/profiles/default-darwin/macos/10.4/package.provided index 9ee57e60f99b..59acda0d62d8 100644 --- a/profiles/default-darwin/macos/10.4/package.provided +++ b/profiles/default-darwin/macos/10.4/package.provided @@ -32,8 +32,8 @@ 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-php/mod_php-4.3.11 +dev-php/php-4.3.11 dev-python/wxpython-2.5.3.1 dev-tcltk/expect-5.32 dev-util/cscope-15.5 |