summaryrefslogtreecommitdiff
path: root/sys-apps/systemd
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-03-05 13:10:22 -0500
committerMike Gilbert <floppym@gentoo.org>2016-03-05 13:10:59 -0500
commit500734a00e3f6aaa56531ef7f41966eb0e19d214 (patch)
treee67b51d87726b83e62104dd4cdc257017b063ab8 /sys-apps/systemd
parent3745e22a904cd6fe8a4ed2ec53e09d79e5e239ae (diff)
downloadgentoo-500734a00e3f6aaa56531ef7f41966eb0e19d214.tar.gz
gentoo-500734a00e3f6aaa56531ef7f41966eb0e19d214.tar.xz
sys-apps/systemd: Drop legacy pkgconfig files
Upstream dropped the compat libs, along with the associated pkgconfig files. It's probably time we do so as well. Package-Manager: portage-2.2.27_p64
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 2213ad1e409..c0635b4224b 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -70,7 +70,7 @@ RDEPEND="${COMMON_DEPEND}
!sys-fs/udev"
# sys-apps/dbus: the daemon only (+ build-time lib dep for tests)
-PDEPEND=">=sys-apps/dbus-1.6.8-r1:0[systemd]
+PDEPEND=">=sys-apps/dbus-1.8.8:0[systemd]
>=sys-apps/hwids-20150417[udev]
>=sys-fs/udev-init-scripts-25
policykit? ( sys-auth/polkit )
@@ -302,12 +302,6 @@ multilib_src_install() {
emake "${mymakeopts[@]}"
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[*]}"
}
multilib_src_install_all() {