diff options
author | Thomas Anderson <tanderson@gentoo.org> | 2008-06-21 23:57:22 +0000 |
---|---|---|
committer | Thomas Anderson <tanderson@gentoo.org> | 2008-06-21 23:57:22 +0000 |
commit | 3f719ad46b5c87018c552d4486698dad04750373 (patch) | |
tree | 80ae60c44551b2fd2e649e81ffc078bed6e25bf7 /sys-auth/pam_passwdqc | |
parent | amd64 stable, bug #224379 (diff) | |
download | historical-3f719ad46b5c87018c552d4486698dad04750373.tar.gz historical-3f719ad46b5c87018c552d4486698dad04750373.tar.bz2 historical-3f719ad46b5c87018c552d4486698dad04750373.zip |
amd64 stable, bug #225901
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-auth/pam_passwdqc')
-rw-r--r-- | sys-auth/pam_passwdqc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_passwdqc/ChangeLog b/sys-auth/pam_passwdqc/ChangeLog index 7cad9e263b79..31cfdfdde5fb 100644 --- a/sys-auth/pam_passwdqc/ChangeLog +++ b/sys-auth/pam_passwdqc/ChangeLog @@ -1,6 +1,10 @@ # 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.18 2008/06/13 15:50:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.19 2008/06/21 23:57:22 gentoofan23 Exp $ + + 22 Jun 2008; Thomas Anderson <gentoofan23@gentoo.org> + pam_passwdqc-1.0.5.ebuild: + amd64 stable, bug #225901 13 Jun 2008; Raúl Porcel <armin76@gentoo.org> pam_passwdqc-1.0.5.ebuild: ia64/sparc stable wrt #225901 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 606fb5029182..8f387afef319 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.7 2008/06/13 15:50:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.8 2008/06/21 23:57:22 gentoofan23 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" |