diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-09-30 16:46:30 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-09-30 16:46:30 +0000 |
commit | 5e686414f1166670535f775b0420f67cbe06260a (patch) | |
tree | c14d2726eb68a0422a71be319f185dc0a5f610c5 /sys-auth/pam_passwdqc | |
parent | Removed dependency on Qt metapackage and minor fixes to keep repoman happy (diff) | |
download | gentoo-2-5e686414f1166670535f775b0420f67cbe06260a.tar.gz gentoo-2-5e686414f1166670535f775b0420f67cbe06260a.tar.bz2 gentoo-2-5e686414f1166670535f775b0420f67cbe06260a.zip |
Stable on alpha, bug #284091
(Portage version: 2.1.6.13/cvs/Linux x86_64)
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 482719831466..41a508860421 100644 --- a/sys-auth/pam_passwdqc/ChangeLog +++ b/sys-auth/pam_passwdqc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_passwdqc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.24 2009/09/27 16:46:17 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.25 2009/09/30 16:46:30 klausman Exp $ + + 30 Sep 2009; Tobias Klausmann <klausman@gentoo.org> + pam_passwdqc-1.0.5.ebuild: + Stable on alpha, bug #284091 27 Sep 2009; nixnut <nixnut@gentoo.org> pam_passwdqc-1.0.5.ebuild: ppc stable #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 d496df094cef..0f066cdeb69a 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.13 2009/09/27 16:46:17 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.14 2009/09/30 16:46:30 klausman 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 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" DEPEND="virtual/pam" |