diff options
author | 2013-07-24 18:48:29 +0000 | |
---|---|---|
committer | 2013-07-24 18:48:29 +0000 | |
commit | 5aaa95061d4014436913361c1e6b681a899b578e (patch) | |
tree | 77f4978e31d5f5585c126504ebbab7411edd5362 /sys-apps/systemd/systemd-204.ebuild | |
parent | Stable for amd64, wrt bug #477210 (diff) | |
download | gentoo-2-5aaa95061d4014436913361c1e6b681a899b578e.tar.gz gentoo-2-5aaa95061d4014436913361c1e6b681a899b578e.tar.bz2 gentoo-2-5aaa95061d4014436913361c1e6b681a899b578e.zip |
Add missing inherit bash-completion-r1, bug 478038.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-apps/systemd/systemd-204.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-204.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-204.ebuild b/sys-apps/systemd/systemd-204.ebuild index 4d3b62aea6cc..9b1cc269c86c 100644 --- a/sys-apps/systemd/systemd-204.ebuild +++ b/sys-apps/systemd/systemd-204.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/sys-apps/systemd/systemd-204.ebuild,v 1.4 2013/07/16 07:30:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-204.ebuild,v 1.5 2013/07/24 18:48:29 floppym Exp $ EAPI=5 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all PYTHON_COMPAT=( python2_7 ) -inherit autotools-utils linux-info multilib pam python-single-r1 systemd toolchain-funcs udev user +inherit autotools-utils bash-completion-r1 linux-info multilib pam python-single-r1 systemd toolchain-funcs udev user DESCRIPTION="System and service manager for Linux" HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" |