diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pam-login/pam-login-3.11.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/pam-login/pam-login-3.12-r1.ebuild | 13 |
2 files changed, 8 insertions, 9 deletions
diff --git a/sys-apps/pam-login/pam-login-3.11.ebuild b/sys-apps/pam-login/pam-login-3.11.ebuild index 38be81a6d0b2..2975efbdcbeb 100644 --- a/sys-apps/pam-login/pam-login-3.11.ebuild +++ b/sys-apps/pam-login/pam-login-3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.11.ebuild,v 1.13 2004/02/17 08:25:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.11.ebuild,v 1.14 2004/04/27 04:55:47 vapier Exp $ inherit gnuconfig @@ -16,7 +16,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 mips hppa" +KEYWORDS="x86 ppc sparc mips alpha arm hppa" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/pam-login/pam-login-3.12-r1.ebuild b/sys-apps/pam-login/pam-login-3.12-r1.ebuild index 3487d53fd750..671492536101 100644 --- a/sys-apps/pam-login/pam-login-3.12-r1.ebuild +++ b/sys-apps/pam-login/pam-login-3.12-r1.ebuild @@ -1,10 +1,8 @@ # Copyright 1999-2004 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.12-r1.ebuild,v 1.3 2004/02/17 08:25:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.12-r1.ebuild,v 1.4 2004/04/27 04:55:47 vapier Exp $ -inherit gnuconfig - -IUSE="nls" +inherit gnuconfig eutils # Do we want to backup an old login.defs, and forcefully # install a new version? @@ -13,12 +11,13 @@ FORCE_LOGIN_DEFS="no" MY_PN="${PN/pam-/pam_}" S="${WORKDIR}/${MY_PN}-${PV}" DESCRIPTION="Based on the sources from util-linux, with added pam and shadow features" -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/" +SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/pam/${MY_PN}/${MY_PN}-${PV}.tar.bz2" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~hppa" -SLOT="0" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64" +IUSE="nls" DEPEND="virtual/glibc sys-libs/pam |