diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 14:14:14 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 14:14:14 +0000 |
commit | 68ae32828f75da60f307ee1fbdbba9a210baa0e5 (patch) | |
tree | 6e7c49398cd28f13a4e4bb09d08234b19e8db062 /profiles/default-linux/ppc/dev | |
parent | Marked ppc stable for bug #119634; Stabilize Gnome-2.12.2 (diff) | |
download | historical-68ae32828f75da60f307ee1fbdbba9a210baa0e5.tar.gz historical-68ae32828f75da60f307ee1fbdbba9a210baa0e5.tar.bz2 historical-68ae32828f75da60f307ee1fbdbba9a210baa0e5.zip |
Added pam to STAGE1_USE for bug #113298.
Diffstat (limited to 'profiles/default-linux/ppc/dev')
3 files changed, 6 insertions, 5 deletions
diff --git a/profiles/default-linux/ppc/dev/2006.0/ppc64/32bit-userland/make.defaults b/profiles/default-linux/ppc/dev/2006.0/ppc64/32bit-userland/make.defaults index aa99d115ef6e..12baa7cba329 100644 --- a/profiles/default-linux/ppc/dev/2006.0/ppc64/32bit-userland/make.defaults +++ b/profiles/default-linux/ppc/dev/2006.0/ppc64/32bit-userland/make.defaults @@ -1,3 +1,4 @@ +# This is make.defaults for 32-bit userland ARCH="ppc" ACCEPT_KEYWORDS="${ARCH}" @@ -9,7 +10,7 @@ CXXFLAGS=${CFLAGS} ACCEPT_KEYWORDS="${ARCH}" -STAGE1_USE="gcc64 unicode" +STAGE1_USE="gcc64 unicode pam" USE="${STAGE1_USE} alsa apache2 apm arts berkdb bitmap-fonts cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 ibm imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl ogg oggvorbis opengl oss pam perl pdflib png python qt quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev vorbis X xml2 xmms xv zlib" FEATURES="autoconfig sandbox sfperms" diff --git a/profiles/default-linux/ppc/dev/2006.0/ppc64/64bit-userland/make.defaults b/profiles/default-linux/ppc/dev/2006.0/ppc64/64bit-userland/make.defaults index d8e66a133bc3..6f4b58e05409 100644 --- a/profiles/default-linux/ppc/dev/2006.0/ppc64/64bit-userland/make.defaults +++ b/profiles/default-linux/ppc/dev/2006.0/ppc64/64bit-userland/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc64/64bit-userland/make.defaults,v 1.1 2006/01/09 05:22:24 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc64/64bit-userland/make.defaults,v 1.2 2006/01/22 14:13:49 wolf31o2 Exp $ ARCH="ppc64" ACCEPT_KEYWORDS="ppc64" @@ -12,7 +12,7 @@ CXXFLAGS=${CFLAGS} ACCEPT_KEYWORDS="ppc64" -STAGE1_USE="unicode" +STAGE1_USE="unicode pam" USE="${STAGE1_USE} alsa apache2 apm arts berkdb bitmap-fonts cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 ibm imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl ogg oggvorbis opengl oss pam perl pdflib png python qt quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev vorbis X xml2 xmms xv zlib" # While this profile uses multilib functionality it is just to maintain diff --git a/profiles/default-linux/ppc/dev/2006.0/ppc64/multilib/make.defaults b/profiles/default-linux/ppc/dev/2006.0/ppc64/multilib/make.defaults index 2f4e645906f7..80d93c922161 100644 --- a/profiles/default-linux/ppc/dev/2006.0/ppc64/multilib/make.defaults +++ b/profiles/default-linux/ppc/dev/2006.0/ppc64/multilib/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc64/multilib/make.defaults,v 1.1 2006/01/09 05:22:24 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/dev/2006.0/ppc64/multilib/make.defaults,v 1.2 2006/01/22 14:14:14 wolf31o2 Exp $ ARCH="ppc64" ACCEPT_KEYWORDS="ppc64" @@ -12,7 +12,7 @@ CXXFLAGS=${CFLAGS} ACCEPT_KEYWORDS="ppc64" -STAGE1_USE="unicode" +STAGE1_USE="unicode pam" USE="${STAGE1_USE} alsa apache2 apm arts berkdb bitmap-fonts cups eds emboss encode esd fortran foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 ibm imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl ogg oggvorbis opengl oss pam perl pdflib png python qt quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev vorbis X xml2 xmms xv zlib" # This profile doesn't fully support multilib portage yet. We still rely |