summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/nsscache/ChangeLog7
-rw-r--r--net-nds/nsscache/nsscache-0.8.3-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-nds/nsscache/ChangeLog b/net-nds/nsscache/ChangeLog
index 198e10c0fb26..6cbc03550c84 100644
--- a/net-nds/nsscache/ChangeLog
+++ b/net-nds/nsscache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nds/nsscache
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/ChangeLog,v 1.5 2009/05/24 23:53:36 robbat2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/ChangeLog,v 1.6 2010/02/08 08:53:32 pva Exp $
+
+ 08 Feb 2010; Peter Volkov <pva@gentoo.org> nsscache-0.8.3-r1.ebuild:
+ Add inherit eutils for epatch.
24 May 2009; Robin H. Johnson <robbat2@gentoo.org>
nsscache-0.8.3-r1.ebuild, files/nsscache-0.8.3-starttls.patch:
diff --git a/net-nds/nsscache/nsscache-0.8.3-r1.ebuild b/net-nds/nsscache/nsscache-0.8.3-r1.ebuild
index 7d4d10349806..1bbe38a59385 100644
--- a/net-nds/nsscache/nsscache-0.8.3-r1.ebuild
+++ b/net-nds/nsscache/nsscache-0.8.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/nsscache-0.8.3-r1.ebuild,v 1.2 2009/05/24 23:53:36 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/nsscache-0.8.3-r1.ebuild,v 1.3 2010/02/08 08:53:32 pva Exp $
-inherit distutils
+inherit eutils distutils
DESCRIPTION="commandline tool to sync directory services to local cache."
HOMEPAGE="http://code.google.com/p/nsscache/"