diff options
author | 2008-06-13 12:38:07 +0000 | |
---|---|---|
committer | 2008-06-13 12:38:07 +0000 | |
commit | a8464e351950a2f0f3e0f7215602b96eccd62363 (patch) | |
tree | 6dd9a0b5ae7919748f38cef4f7d5be8e11668012 /sys-auth/pam_passwdqc | |
parent | version bump (diff) | |
download | historical-a8464e351950a2f0f3e0f7215602b96eccd62363.tar.gz historical-a8464e351950a2f0f3e0f7215602b96eccd62363.tar.bz2 historical-a8464e351950a2f0f3e0f7215602b96eccd62363.zip |
Stable for HPPA (bug #225901).
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'sys-auth/pam_passwdqc')
-rw-r--r-- | sys-auth/pam_passwdqc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_passwdqc/ChangeLog b/sys-auth/pam_passwdqc/ChangeLog index 0c175aa39a03..21001c049758 100644 --- a/sys-auth/pam_passwdqc/ChangeLog +++ b/sys-auth/pam_passwdqc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_passwdqc # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.16 2008/06/04 09:17:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.17 2008/06/13 12:35:17 jer Exp $ + + 13 Jun 2008; Jeroen Roovers <jer@gentoo.org> pam_passwdqc-1.0.5.ebuild: + Stable for HPPA (bug #225901). 04 Jun 2008; Markus Rothe <corsair@gentoo.org> pam_passwdqc-1.0.5.ebuild: Added ~ppc64; bug #224555 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 42bef4925bca..4bbc65ee6495 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.5 2008/06/04 09:17:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.6 2008/06/13 12:35:17 jer 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 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" DEPEND="virtual/pam" |