summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 19:27:32 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 19:27:32 +0000
commitc5e1499caa8a9a3e0f59dd4f8164f793c060feb1 (patch)
tree01240d00878080fd3438ad221f240719554a144e /sys-auth/pam_ssh
parentmarked x86 per bug 415777 (diff)
downloadgentoo-2-c5e1499caa8a9a3e0f59dd4f8164f793c060feb1.tar.gz
gentoo-2-c5e1499caa8a9a3e0f59dd4f8164f793c060feb1.tar.bz2
gentoo-2-c5e1499caa8a9a3e0f59dd4f8164f793c060feb1.zip
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/pam_ssh')
-rw-r--r--sys-auth/pam_ssh/ChangeLog7
-rw-r--r--sys-auth/pam_ssh/pam_ssh-1.97-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog
index f6c76be053e7..01e542710d72 100644
--- a/sys-auth/pam_ssh/ChangeLog
+++ b/sys-auth/pam_ssh/ChangeLog
@@ -1,6 +1,9 @@
# 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.44 2010/10/31 17:54:05 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.45 2012/05/21 19:27:32 xarthisius Exp $
+
+ 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> pam_ssh-1.97-r1.ebuild:
+ Add missing inheritance of eutils.eclass
*pam_ssh-1.97-r3 (31 Oct 2010)
diff --git a/sys-auth/pam_ssh/pam_ssh-1.97-r1.ebuild b/sys-auth/pam_ssh/pam_ssh-1.97-r1.ebuild
index 50fc3a5ce1ed..af953df60006 100644
--- a/sys-auth/pam_ssh/pam_ssh-1.97-r1.ebuild
+++ b/sys-auth/pam_ssh/pam_ssh-1.97-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 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-r1.ebuild,v 1.7 2010/01/17 05:31:51 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r1.ebuild,v 1.8 2012/05/21 19:27:32 xarthisius Exp $
EAPI=2
-inherit pam autotools
+inherit pam autotools eutils
DESCRIPTION="Uses ssh-agent to provide single sign-on"
HOMEPAGE="http://pam-ssh.sourceforge.net/"