diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-21 06:59:40 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-21 06:59:40 +0000 |
commit | e19efdbea044ae500ba149b53058806b244d8ca4 (patch) | |
tree | 704d9aeb5b245da373433d362908afd1f822196e /sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild | |
parent | Marking 2.0.5 stable again. (diff) | |
download | gentoo-2-e19efdbea044ae500ba149b53058806b244d8ca4.tar.gz gentoo-2-e19efdbea044ae500ba149b53058806b244d8ca4.tar.bz2 gentoo-2-e19efdbea044ae500ba149b53058806b244d8ca4.zip |
stable x86, bug 210695
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild')
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 01d7ea1cdab3..e2f79dee00b5 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.3 2008/02/19 17:54:34 nixnut Exp $ +# $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 $ 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" |