summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:59:31 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:59:31 +0000
commitfda6b4e6bb369bf975e7c22419cdac0651d86878 (patch)
treeeb390a52f17d874a4fe35be8946ba7055a2e51d4 /dev-libs/svrcore
parentNeed eutils for epatch. (diff)
downloadhistorical-fda6b4e6bb369bf975e7c22419cdac0651d86878.tar.gz
historical-fda6b4e6bb369bf975e7c22419cdac0651d86878.tar.bz2
historical-fda6b4e6bb369bf975e7c22419cdac0651d86878.zip
Add missing inheritance of eutils.eclass
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/svrcore')
-rw-r--r--dev-libs/svrcore/ChangeLog7
-rw-r--r--dev-libs/svrcore/svrcore-4.0.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/svrcore/ChangeLog b/dev-libs/svrcore/ChangeLog
index 2a4f539f56d5..7d8a1f5d1c63 100644
--- a/dev-libs/svrcore/ChangeLog
+++ b/dev-libs/svrcore/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/svrcore
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/svrcore/ChangeLog,v 1.1 2010/07/07 13:43:55 lxnay Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/svrcore/ChangeLog,v 1.2 2012/05/21 18:59:18 xarthisius Exp $
+
+ 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> svrcore-4.0.4.ebuild:
+ Add missing inheritance of eutils.eclass
*svrcore-4.0.4 (07 Jul 2010)
diff --git a/dev-libs/svrcore/svrcore-4.0.4.ebuild b/dev-libs/svrcore/svrcore-4.0.4.ebuild
index 737bfff4ca87..6e096ca6c133 100644
--- a/dev-libs/svrcore/svrcore-4.0.4.ebuild
+++ b/dev-libs/svrcore/svrcore-4.0.4.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/dev-libs/svrcore/svrcore-4.0.4.ebuild,v 1.1 2010/07/07 13:43:55 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/svrcore/svrcore-4.0.4.ebuild,v 1.2 2012/05/21 18:59:18 xarthisius Exp $
EAPI=2
-inherit multilib autotools
+inherit multilib autotools eutils
DESCRIPTION="Mozilla LDAP C SDK"
HOMEPAGE="http://wiki.mozilla.org/LDAP_C_SDK"