diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-09-18 12:26:22 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-09-18 12:26:22 +0000 |
commit | ce56e24dfb8c0ae4bdf58836b7da6617d2c048fa (patch) | |
tree | 47955ea62615a704589924d5a3423596f6096525 /sys-apps/systemd | |
parent | fix deps wrt #523106 (diff) | |
download | gentoo-2-ce56e24dfb8c0ae4bdf58836b7da6617d2c048fa.tar.gz gentoo-2-ce56e24dfb8c0ae4bdf58836b7da6617d2c048fa.tar.bz2 gentoo-2-ce56e24dfb8c0ae4bdf58836b7da6617d2c048fa.zip |
Add note about dbus dep.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index e037d8c3ba57..24bc9552074a 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.140 2014/09/14 10:18:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.141 2014/09/18 12:26:22 floppym Exp $ EAPI=5 @@ -332,6 +332,7 @@ multilib_src_install() { fi # install compat pkg-config files + # Change dbus to >=sys-apps/dbus-1.8.8 if/when this is dropped. local pcfiles=( src/compat-libs/libsystemd-{daemon,id128,journal,login}.pc ) emake "${mymakeopts[@]}" install-pkgconfiglibDATA \ pkgconfiglib_DATA="${pcfiles[*]}" |