summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-09-18 12:26:22 +0000
committerMike Gilbert <floppym@gentoo.org>2014-09-18 12:26:22 +0000
commitce56e24dfb8c0ae4bdf58836b7da6617d2c048fa (patch)
tree47955ea62615a704589924d5a3423596f6096525 /sys-apps/systemd
parentfix deps wrt #523106 (diff)
downloadgentoo-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.ebuild3
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[*]}"