diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-07 12:45:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-07 12:45:27 +0000 |
commit | 04ee548a0c6d6178b5a5be310935c9cd23a58c5d (patch) | |
tree | efa52f450be68f7d8eebd02468b75b8c38096ee4 /sys-auth/pam_ssh | |
parent | Fix LDFLAGS vs. LDADD mistake in Makefile.am and link to libxfcegui4 wrt #331... (diff) | |
download | gentoo-2-04ee548a0c6d6178b5a5be310935c9cd23a58c5d.tar.gz gentoo-2-04ee548a0c6d6178b5a5be310935c9cd23a58c5d.tar.bz2 gentoo-2-04ee548a0c6d6178b5a5be310935c9cd23a58c5d.zip |
Add missing inherit.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/pam_ssh')
-rw-r--r-- | sys-auth/pam_ssh/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog index 417388ca4d96..280556a9c367 100644 --- a/sys-auth/pam_ssh/ChangeLog +++ b/sys-auth/pam_ssh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_ssh # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.37 2010/08/07 11:27:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.38 2010/08/07 12:45:27 flameeyes Exp $ + + 07 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> + pam_ssh-1.97-r2.ebuild: + Add missing inherit. *pam_ssh-1.97-r2 (07 Aug 2010) diff --git a/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild b/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild index 2ca8d978fed6..cce4a58da572 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild,v 1.1 2010/08/07 11:27:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild,v 1.2 2010/08/07 12:45:27 flameeyes Exp $ EAPI=2 -inherit pam autotools +inherit pam autotools flag-o-matic DESCRIPTION="Uses ssh-agent to provide single sign-on" HOMEPAGE="http://pam-ssh.sourceforge.net/" |