summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:59:18 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:59:18 +0000
commit736fdb3a54ce1405053a09547e10d23215ed1ddd (patch)
tree9a734aa0a70605dd444566312f81b22da95d9c0d /dev-libs
parentAdd missing inheritance of eutils.eclass (diff)
downloadgentoo-2-736fdb3a54ce1405053a09547e10d23215ed1ddd.tar.gz
gentoo-2-736fdb3a54ce1405053a09547e10d23215ed1ddd.tar.bz2
gentoo-2-736fdb3a54ce1405053a09547e10d23215ed1ddd.zip
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-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"