summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-03-29 02:51:04 +0000
committerMike Frysinger <vapier@gentoo.org>2008-03-29 02:51:04 +0000
commit46313dd1cdb214d54b4339b91e6f7e7cca25ed97 (patch)
treed88940d03f8d9bb8f9f922713b29fffe145cdc31 /sys-auth
parents390 stable (diff)
downloadhistorical-46313dd1cdb214d54b4339b91e6f7e7cca25ed97.tar.gz
historical-46313dd1cdb214d54b4339b91e6f7e7cca25ed97.tar.bz2
historical-46313dd1cdb214d54b4339b91e6f7e7cca25ed97.zip
arm/s390/sh love
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_mktemp/pam_mktemp-1.0.3.ebuild4
-rw-r--r--sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild4
-rw-r--r--sys-auth/pambase/pambase-20080318.ebuild9
3 files changed, 8 insertions, 9 deletions
diff --git a/sys-auth/pam_mktemp/pam_mktemp-1.0.3.ebuild b/sys-auth/pam_mktemp/pam_mktemp-1.0.3.ebuild
index a99e794ecda0..edfb0a7dab74 100644
--- a/sys-auth/pam_mktemp/pam_mktemp-1.0.3.ebuild
+++ b/sys-auth/pam_mktemp/pam_mktemp-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mktemp/pam_mktemp-1.0.3.ebuild,v 1.6 2008/03/13 23:41:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mktemp/pam_mktemp-1.0.3.ebuild,v 1.7 2008/03/29 02:49:58 vapier Exp $
inherit toolchain-funcs pam
@@ -10,7 +10,7 @@ SRC_URI="http://www.openwall.com/pam/modules/${PN}/${P}.tar.gz"
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~s390 ~sh ~sparc x86"
IUSE=""
DEPEND="virtual/pam"
diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild
index 7a1e8a9d460c..69bccba6d157 100644
--- a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild
+++ b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.3 2008/03/06 11:09:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.4 2008/03/29 02:49:36 vapier Exp $
inherit pam eutils toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://www.openwall.com/pam/modules/pam_passwdqc/${P}.tar.gz"
LICENSE="BSD as-is"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86"
DEPEND="virtual/pam"
diff --git a/sys-auth/pambase/pambase-20080318.ebuild b/sys-auth/pambase/pambase-20080318.ebuild
index 65d48a73a8d8..d16313953197 100644
--- a/sys-auth/pambase/pambase-20080318.ebuild
+++ b/sys-auth/pambase/pambase-20080318.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20080318.ebuild,v 1.2 2008/03/24 15:41:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20080318.ebuild,v 1.3 2008/03/29 02:51:04 vapier Exp $
inherit eutils
DESCRIPTION="PAM base configuration files"
-SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.bz2"
HOMEPAGE="http://www.gentoo.org/proj/en/base/pam/"
+SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~s390 ~sh ~sparc ~x86"
IUSE="debug cracklib passwdqc consolekit gnome selinux mktemp"
+RESTRICT="binchecks"
RDEPEND="
|| (
@@ -30,8 +31,6 @@ RDEPEND="
!<sys-libs/pam-0.99.9.0-r1"
DEPEND=""
-RESTRICT="binchecks"
-
pkg_setup() {
if use cracklib && ! built_with_use sys-libs/pam cracklib; then
eerror "To enable cracklib support in the main PAM configuration"