diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-16 11:14:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-16 11:14:47 +0000 |
commit | 192aec44d92ae75dfb774ce75d0637f919bd7d9b (patch) | |
tree | 207cb72e5f6f1f2b5d9f4c1b39916c0f571b0003 | |
parent | Mark 0.5 stable on alpha (diff) | |
download | historical-192aec44d92ae75dfb774ce75d0637f919bd7d9b.tar.gz historical-192aec44d92ae75dfb774ce75d0637f919bd7d9b.tar.bz2 historical-192aec44d92ae75dfb774ce75d0637f919bd7d9b.zip |
Mark 0.7.5 stable on alpha
Package-Manager: portage-2.0.52-r1
-rw-r--r-- | sys-auth/pam_passwdqc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-0.7.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 435cbd53b4cd..f98aa287e57f 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.1 2005/07/02 14:30:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.2 2005/09/16 11:14:47 agriffis Exp $ + + 16 Sep 2005; Aron Griffis <agriffis@gentoo.org> pam_passwdqc-0.7.5.ebuild: + Mark 0.7.5 stable on alpha 02 Jul 2005; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml, +pam_passwdqc-0.7.5.ebuild, +pam_passwdqc-1.0.2.ebuild: diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild index 17e7ea507ede..0f962d4608d4 100644 --- a/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild +++ b/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild,v 1.1 2005/07/02 14:30:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild,v 1.2 2005/09/16 11:14:47 agriffis Exp $ inherit pam @@ -10,7 +10,7 @@ SRC_URI="http://www.openwall.com/pam/modules/pam_passwdqc/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~mips ~amd64" +KEYWORDS="alpha ~amd64 ~hppa ~mips ppc ~sparc x86" DEPEND=">=sys-libs/pam-0.72" |