diff options
Diffstat (limited to 'sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild')
-rw-r--r-- | sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild b/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild index d12ade3276bc..c14cf6c6d657 100644 --- a/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild +++ b/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild,v 1.1 2005/07/02 15:05:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild,v 1.2 2006/01/02 05:34:52 halcy0n Exp $ inherit flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://cpbotha.net/pam_pwdfile.html" SRC_URI="http://cpbotha.net/files/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="" DEPEND="sys-libs/pam" |