commit: 445c8b3800adf2613d51f2bb595b8bab7ec7d966 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Thu Apr 12 05:04:17 2018 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Thu Apr 12 05:04:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445c8b38
sys-apps/restorecond: add missing dbus-glib dep Closes: https://bugs.gentoo.org/627344 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/restorecond/restorecond-2.7.ebuild | 3 ++- sys-apps/restorecond/restorecond-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-apps/restorecond/restorecond-2.7.ebuild b/sys-apps/restorecond/restorecond-2.7.ebuild index a63282f7029..d55b72f66e5 100644 --- a/sys-apps/restorecond/restorecond-2.7.ebuild +++ b/sys-apps/restorecond/restorecond-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -28,6 +28,7 @@ SLOT="0" DEPEND=">=sys-libs/libsepol-${PV}:= >=sys-libs/libselinux-${PV}:= + dev-libs/dbus-glib dev-libs/libpcre:= >=sys-libs/libcap-1.10-r10:=" diff --git a/sys-apps/restorecond/restorecond-9999.ebuild b/sys-apps/restorecond/restorecond-9999.ebuild index 3d679bcf4c7..f638bbc5aee 100644 --- a/sys-apps/restorecond/restorecond-9999.ebuild +++ b/sys-apps/restorecond/restorecond-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -28,6 +28,7 @@ SLOT="0" DEPEND=">=sys-libs/libsepol-${PV}:= >=sys-libs/libselinux-${PV}:= + dev-libs/dbus-glib dev-libs/libpcre:= >=sys-libs/libcap-1.10-r10:="
