diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:25:13 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:25:13 +0000 |
commit | cfddd24704baaa73054335510c65c557d8d04b3d (patch) | |
tree | 338d06da2a6af530f7353328ce8887d64d7bf3b9 | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-cfddd24704baaa73054335510c65c557d8d04b3d.tar.gz gentoo-2-cfddd24704baaa73054335510c65c557d8d04b3d.tar.bz2 gentoo-2-cfddd24704baaa73054335510c65c557d8d04b3d.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
-rw-r--r-- | sys-auth/openpam/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/openpam/openpam-20071221.ebuild | 6 | ||||
-rw-r--r-- | sys-auth/openpam/openpam-20111218.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-auth/openpam/ChangeLog b/sys-auth/openpam/ChangeLog index 3cabb9d2dba3..51d2710c8375 100644 --- a/sys-auth/openpam/ChangeLog +++ b/sys-auth/openpam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/openpam # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.20 2012/04/26 13:53:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.21 2012/05/21 19:25:13 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> openpam-20071221.ebuild, + openpam-20111218.ebuild: + Add missing inheritance of eutils.eclass 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> openpam-20111218.ebuild: keyword ~amd64-fbsd diff --git a/sys-auth/openpam/openpam-20071221.ebuild b/sys-auth/openpam/openpam-20071221.ebuild index 96f3e022da66..7cf1924fc98d 100644 --- a/sys-auth/openpam/openpam-20071221.ebuild +++ b/sys-auth/openpam/openpam-20071221.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 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/openpam/openpam-20071221.ebuild,v 1.8 2011/07/05 15:42:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.9 2012/05/21 19:25:13 xarthisius Exp $ EAPI="2" # https://bugs.gentoo.org/show_bug.cgi?id=318121 WANT_AUTOMAKE=1.9 -inherit multilib autotools +inherit multilib autotools eutils DESCRIPTION="Open source PAM library." HOMEPAGE="http://www.openpam.org/" diff --git a/sys-auth/openpam/openpam-20111218.ebuild b/sys-auth/openpam/openpam-20111218.ebuild index e42c748aa625..23e4448191b6 100644 --- a/sys-auth/openpam/openpam-20111218.ebuild +++ b/sys-auth/openpam/openpam-20111218.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild,v 1.2 2012/04/26 13:53:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild,v 1.3 2012/05/21 19:25:13 xarthisius Exp $ EAPI="2" # https://bugs.gentoo.org/show_bug.cgi?id=318121 WANT_AUTOMAKE=1.9 -inherit multilib autotools +inherit multilib autotools eutils DESCRIPTION="Open source PAM library." HOMEPAGE="http://www.openpam.org/" |