diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-07 15:54:56 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-07 15:54:56 +0000 |
commit | 02d72dfdfeae8883380bb8e2eac74aaf24c8afc3 (patch) | |
tree | b94531de30c81dc931c305cda39284342600a713 /sys-auth/pam_passwdqc | |
parent | Marked ppc stable for bug #297713. (diff) | |
download | historical-02d72dfdfeae8883380bb8e2eac74aaf24c8afc3.tar.gz historical-02d72dfdfeae8883380bb8e2eac74aaf24c8afc3.tar.bz2 historical-02d72dfdfeae8883380bb8e2eac74aaf24c8afc3.zip |
Transfer Prefix keywords
Package-Manager: portage-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 | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-auth/pam_passwdqc/ChangeLog b/sys-auth/pam_passwdqc/ChangeLog index c3634c9238fd..84b5fd1bd988 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.27 2009/11/03 17:50:11 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.28 2010/01/07 15:54:56 fauli Exp $ + + 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + pam_passwdqc-1.0.5.ebuild: + Transfer Prefix keywords 03 Nov 2009; Raúl Porcel <armin76@gentoo.org> pam_passwdqc-1.0.5.ebuild: m68k/s390/sh stable wrt #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 66c3fd4def55..e0b71c9cff25 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 +# Copyright 1999-2010 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.16 2009/11/03 17:50:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.17 2010/01/07 15:54:56 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 x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" DEPEND="virtual/pam" |