diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-21 10:57:46 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-21 10:57:46 +0000 |
commit | cfe68c4a588ba7ed930e9429c27d79595fb00b7d (patch) | |
tree | 590d0735c4f2120cafe5d1f4eedb5aaa112dd553 /sys-auth/pam_passwdqc | |
parent | README.unicode does not need to be installed anymore, see bug 210950, reporte... (diff) | |
download | gentoo-2-cfe68c4a588ba7ed930e9429c27d79595fb00b7d.tar.gz gentoo-2-cfe68c4a588ba7ed930e9429c27d79595fb00b7d.tar.bz2 gentoo-2-cfe68c4a588ba7ed930e9429c27d79595fb00b7d.zip |
alpha stable wrt #210695
(Portage version: 2.1.4.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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_passwdqc/ChangeLog b/sys-auth/pam_passwdqc/ChangeLog index ca9f64460cb6..01a34954d328 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.12 2008/02/21 06:59:40 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.13 2008/02/21 10:57:46 armin76 Exp $ + + 21 Feb 2008; Raúl Porcel <armin76@gentoo.org> pam_passwdqc-1.0.4.ebuild: + alpha stable wrt #210695 21 Feb 2008; Christian Faulhammer <opfer@gentoo.org> pam_passwdqc-1.0.4.ebuild: diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild index e2f79dee00b5..34ce910024ce 100644 --- a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild +++ b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.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.4.ebuild,v 1.4 2008/02/21 06:59:40 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild,v 1.5 2008/02/21 10:57:46 armin76 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 ~mips ppc ~sparc x86" +KEYWORDS="alpha ~amd64 ~hppa ~mips ppc ~sparc x86" DEPEND="virtual/pam" |