summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-fs/autofs/ChangeLog5
-rw-r--r--net-fs/autofs/autofs-5.0.7-r4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog
index 7fd73ca1e1ec..095a301f5923 100644
--- a/net-fs/autofs/ChangeLog
+++ b/net-fs/autofs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/autofs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.157 2013/08/22 06:52:17 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.158 2013/08/22 09:36:22 pinkbyte Exp $
+
+ 22 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> autofs-5.0.7-r4.ebuild:
+ Add missing inherit to systemd eclass
*autofs-5.0.7-r4 (22 Aug 2013)
diff --git a/net-fs/autofs/autofs-5.0.7-r4.ebuild b/net-fs/autofs/autofs-5.0.7-r4.ebuild
index cd23236f1cf3..3d5a55b4abc6 100644
--- a/net-fs/autofs/autofs-5.0.7-r4.ebuild
+++ b/net-fs/autofs/autofs-5.0.7-r4.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.7-r4.ebuild,v 1.1 2013/08/22 06:52:17 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.7-r4.ebuild,v 1.2 2013/08/22 09:36:22 pinkbyte Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=true
-inherit autotools-utils linux-info multilib
+inherit autotools-utils linux-info multilib systemd
PATCH_VER=3
[[ -n ${PATCH_VER} ]] && \