diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-01-18 14:51:58 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-01-18 14:51:58 +0000 |
commit | 27e04e677bd193feb04aad85b1eabddb1f8673a7 (patch) | |
tree | 2cca94b292dec6effdd6a6e8e7bd4dc4365d0625 /sys-apps/pam-login | |
parent | Added mips to keywords (diff) | |
download | gentoo-2-27e04e677bd193feb04aad85b1eabddb1f8673a7.tar.gz gentoo-2-27e04e677bd193feb04aad85b1eabddb1f8673a7.tar.bz2 gentoo-2-27e04e677bd193feb04aad85b1eabddb1f8673a7.zip |
Added mips to keywords
Diffstat (limited to 'sys-apps/pam-login')
-rw-r--r-- | sys-apps/pam-login/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pam-login/pam-login-3.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pam-login/ChangeLog b/sys-apps/pam-login/ChangeLog index 767c0b9e5fc2..005ee74a42e9 100644 --- a/sys-apps/pam-login/ChangeLog +++ b/sys-apps/pam-login/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for sys-apps/pam-login # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/ChangeLog,v 1.7 2002/12/13 11:00:33 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/ChangeLog,v 1.8 2003/01/18 14:51:58 tuxus Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *pam-login-3.7 (2 Sep 2002) + 18 Jan 2003; Jan Seidel <tuxus@gentoo.org> : + Added mips to keywords + 2 Sep 2002; Martin Schlemmer <azarah@gentoo.org> pam-login-3.7.ebuild : Update version. This is basically just a bugfix release that fixes the issues with 3.6 that was fixed in -r1 and -r2, namely bugs #3147, diff --git a/sys-apps/pam-login/pam-login-3.7.ebuild b/sys-apps/pam-login/pam-login-3.7.ebuild index 1797c2a2f5f2..507bfa7988bf 100644 --- a/sys-apps/pam-login/pam-login-3.7.ebuild +++ b/sys-apps/pam-login/pam-login-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.7.ebuild,v 1.9 2002/12/15 10:44:23 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.7.ebuild,v 1.10 2003/01/18 14:51:58 tuxus Exp $ # Do we want to backup an old login.defs, and forcefully # install a new version? @@ -12,7 +12,7 @@ DESCRIPTION="Based on the sources from util-linux, with added pam and shadow fea SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/pam/${MY_PN}/${MY_PN}-${PV}.tar.bz2" HOMEPAGE="http://www.thkukuk.de/pam/pam_login/" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha mips" SLOT="0" LICENSE="GPL-2" |