diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-09-16 18:03:09 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-09-16 18:03:09 +0000 |
commit | a84099d5dd71a99eca19eadf6e7edfd4d5eda2df (patch) | |
tree | d6e02ce7453441021021d1c93ea4960fe40955ba /sys-auth/pam_passwdqc | |
parent | stable x86, bug 284089 (diff) | |
download | gentoo-2-a84099d5dd71a99eca19eadf6e7edfd4d5eda2df.tar.gz gentoo-2-a84099d5dd71a99eca19eadf6e7edfd4d5eda2df.tar.bz2 gentoo-2-a84099d5dd71a99eca19eadf6e7edfd4d5eda2df.zip |
stable x86, bug 284091
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-auth/pam_passwdqc')
-rw-r--r-- | sys-auth/pam_passwdqc/ChangeLog | 8 | ||||
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-auth/pam_passwdqc/ChangeLog b/sys-auth/pam_passwdqc/ChangeLog index fd339eb89db0..441c5c6e391f 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.22 2009/09/10 04:57:06 tgall Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.23 2009/09/16 18:03:09 fauli Exp $ + + 16 Sep 2009; Christian Faulhammer <fauli@gentoo.org> + pam_passwdqc-1.0.5.ebuild: + stable x86, bug 284091 09 Sep 2009; Tom Gall <tgall@gentoo.org> pam_passwdqc-1.0.5.ebuild: stable on ppc64, bug #284091 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 0c13f215a73d..ff6c8473d426 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-2009 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.11 2009/09/10 04:57:06 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.12 2009/09/16 18:03:09 fauli 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 ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" DEPEND="virtual/pam" |