diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-21 16:29:42 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-21 16:29:42 +0000 |
commit | e5c7b5ee7e14313f90fe314639b21f6828811688 (patch) | |
tree | 2c5cda0bffcb1e74ce7d0adc5bba6b2055fa8660 /sys-auth/pam_sha512 | |
parent | Stable on x86 wrt #199740 (diff) | |
download | gentoo-2-e5c7b5ee7e14313f90fe314639b21f6828811688.tar.gz gentoo-2-e5c7b5ee7e14313f90fe314639b21f6828811688.tar.bz2 gentoo-2-e5c7b5ee7e14313f90fe314639b21f6828811688.zip |
amd64 stable wrt #197429
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-auth/pam_sha512')
-rw-r--r-- | sys-auth/pam_sha512/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_sha512/ChangeLog b/sys-auth/pam_sha512/ChangeLog index 61283191795d..2911f1496f23 100644 --- a/sys-auth/pam_sha512/ChangeLog +++ b/sys-auth/pam_sha512/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_sha512 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_sha512/ChangeLog,v 1.2 2007/10/29 20:18:14 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_sha512/ChangeLog,v 1.3 2007/11/21 16:29:42 drac Exp $ + + 21 Nov 2007; Samuli Suominen <drac@gentoo.org> pam_sha512-0.1.2.ebuild: + amd64 stable wrt #197429 29 Oct 2007; Dawid Węgliński <cla@gentoo.org> pam_sha512-0.1.2.ebuild: Stable on x86 (bug #197429) diff --git a/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild b/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild index 4f4c9284534b..192bbff3f334 100644 --- a/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild +++ b/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild,v 1.3 2007/10/29 20:18:14 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild,v 1.4 2007/11/21 16:29:42 drac Exp $ inherit flag-o-matic pam toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://hollowtube.mine.nu/releases/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="sys-libs/pam" |