diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-22 09:36:22 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-22 09:36:22 +0000 |
commit | ec6c3c25a1040854dc903acffb6652588615dbd9 (patch) | |
tree | 29c55807a2150b75b43c8a8894e0c9291e468566 /net-fs/autofs | |
parent | Version bump. Cleanup old. (diff) | |
download | gentoo-2-ec6c3c25a1040854dc903acffb6652588615dbd9.tar.gz gentoo-2-ec6c3c25a1040854dc903acffb6652588615dbd9.tar.bz2 gentoo-2-ec6c3c25a1040854dc903acffb6652588615dbd9.zip |
Add missing inherit to systemd eclass
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-fs/autofs')
-rw-r--r-- | net-fs/autofs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/autofs/autofs-5.0.7-r4.ebuild | 4 |
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} ]] && \ |