summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-06-30 14:13:04 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-06-30 14:13:04 +0000
commit29814ae30729c9f8b126930e0830a83aca0b21d1 (patch)
treec740750465477c6b57668c127023957b58598a65 /profiles
parentsparc stable wrt #275288 (diff)
downloadgentoo-2-29814ae30729c9f8b126930e0830a83aca0b21d1.tar.gz
gentoo-2-29814ae30729c9f8b126930e0830a83aca0b21d1.tar.bz2
gentoo-2-29814ae30729c9f8b126930e0830a83aca0b21d1.zip
Mask USE=pam and sys-libs/pam, sys-auth/pambase because the host's auth system should be used anyway
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/ChangeLog6
-rw-r--r--profiles/prefix/package.mask8
-rw-r--r--profiles/prefix/use.mask6
3 files changed, 17 insertions, 3 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index b608ac4a85e7..a3fc16737f09 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.16 2009/06/30 13:36:19 grobian Exp $
+# $Id: ChangeLog,v 1.17 2009/06/30 14:13:04 darkside Exp $
+
+ 30 Jun 2009; Jeremy Olexa <darkside@gentoo.org> package.mask, use.mask:
+ Mask USE=pam and sys-libs/pam, sys-auth/pambase because the host's auth
+ system should be used anyway
30 Jun 2009; Fabian Groffen <grobian@gentoo.org> darwin/package.mask:
Mask app-crypt/ccrypt-1.8 for it doesn't compile (does stupid things)
diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask
index 7a99de6346d1..adff8f37d68a 100644
--- a/profiles/prefix/package.mask
+++ b/profiles/prefix/package.mask
@@ -1,5 +1,5 @@
####################################################################
-# $Id: package.mask,v 1.5 2009/06/24 09:12:15 haubi Exp $
+# $Id: package.mask,v 1.6 2009/06/30 14:13:04 darkside Exp $
# When you add an entry to this file, add your name, the date, and an
# explanation of why something is getting masked. This file is for
# Prefix profiles only!
@@ -32,6 +32,12 @@
#--- END OF EXAMPLES ---
+# Jeremy Olexa <darkside@gentoo.org> (30 Jun 2009)
+# The PAM auth system just will not work in Gentoo Prefix, instead the host auth
+# system should be used.
+sys-libs/pam
+sys-auth/pambase
+
# Michael Haubenwallner <haubi@gentoo.org> (24 Jun 2009)
# pkgdata does not work yet, let fix in ~main first (#269659)
>=dev-libs/icu-4.2
diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask
index 52a965973529..c4c57e63f48c 100644
--- a/profiles/prefix/use.mask
+++ b/profiles/prefix/use.mask
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/use.mask,v 1.2 2009/06/14 09:41:38 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/use.mask,v 1.3 2009/06/30 14:13:04 darkside Exp $
# multilib is never going to work as expected in Prefix
multilib
@@ -23,3 +23,7 @@ gpm
# and Gentoo Prefix does not have access to that. Also, definately problems with
# coreutils on darwin.
acl
+
+# USE=pam just does not make sense in Gentoo Prefix. Should be using the host
+# auth system.
+pam