diff options
author | Brent Baude <ranger@gentoo.org> | 2008-03-05 00:22:38 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-03-05 00:22:38 +0000 |
commit | d7226a91dd5d4f7d3cc58cf640c3d5b8b0868cda (patch) | |
tree | 728eaf1951ac3072acd8162ecab630939079e49d /profiles | |
parent | Keyword ~mips. (diff) | |
download | gentoo-2-d7226a91dd5d4f7d3cc58cf640c3d5b8b0868cda.tar.gz gentoo-2-d7226a91dd5d4f7d3cc58cf640c3d5b8b0868cda.tar.bz2 gentoo-2-d7226a91dd5d4f7d3cc58cf640c3d5b8b0868cda.zip |
Masking USE=test for pam
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.mask | 10 | ||||
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.use.mask | 3 |
2 files changed, 4 insertions, 9 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.mask b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.mask index ac263c63a23a..0a455c13b2cb 100644 --- a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.mask +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.mask @@ -1,16 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.mask,v 1.5 2008/03/04 23:14:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.mask,v 1.6 2008/03/05 00:22:38 ranger Exp $ # Mask multilib ppc64 things # Maintained by Yuta Satoh <nigoro@gentoo.org> -# Masking newer versions of pam on this profile because pam -# requires new versions of the toolchain that are unsupported -# on this profile. - ->=sys-libs/pam-0.99.8.1-r1 -#>=sys-libs/pam-0.78 ->=sys-auth/pambase-20080301 ->=sys-apps/shadow-4.0.18.1 diff --git a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.use.mask b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.use.mask index 00b8101aa35c..3a670c897356 100644 --- a/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.use.mask +++ b/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland/package.use.mask @@ -3,3 +3,6 @@ sys-fs/evms hb hb2 =sys-power/nut-2.2.0 hal +# Masking the test USE for pam because it requires +# glibc-2.4 or newer which is not available for 2006.1 +>=sys-libs/pam-0.99.8 test |