diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-10-15 14:25:51 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-10-15 14:25:51 +0000 |
commit | bff51b6d447da9fd10443cf0cb1cc72276873880 (patch) | |
tree | e45e16705db98891e5dec9b1c1f4e97f51c9a790 /sys-auth | |
parent | Added ~amd64 keyword wrt Bug #146385. (diff) | |
download | gentoo-2-bff51b6d447da9fd10443cf0cb1cc72276873880.tar.gz gentoo-2-bff51b6d447da9fd10443cf0cb1cc72276873880.tar.bz2 gentoo-2-bff51b6d447da9fd10443cf0cb1cc72276873880.zip |
Added ~amd64 keyword wrt Bug #109780.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_pwdfile/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_pwdfile/ChangeLog b/sys-auth/pam_pwdfile/ChangeLog index f151ad3e678a..29671804bec6 100644 --- a/sys-auth/pam_pwdfile/ChangeLog +++ b/sys-auth/pam_pwdfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_pwdfile # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/ChangeLog,v 1.3 2006/01/21 19:24:57 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/ChangeLog,v 1.4 2006/10/15 14:25:51 tcort Exp $ + + 15 Oct 2006; Thomas Cort <tcort@gentoo.org> pam_pwdfile-0.99.ebuild: + Added ~amd64 keyword wrt Bug #109780. 21 Jan 2006; Joseph Jezak <josejx@gentoo.org> pam_pwdfile-0.99.ebuild: Marked ppc stable for bug #117391. diff --git a/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild b/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild index 34eb8f57edee..c6dfd1787a64 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-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.3 2006/01/21 19:24:57 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild,v 1.4 2006/10/15 14:25:51 tcort 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="ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" DEPEND="sys-libs/pam" |