diff options
Diffstat (limited to 'sys-apps/restorecond/restorecond-3.1.ebuild')
-rw-r--r-- | sys-apps/restorecond/restorecond-3.1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-apps/restorecond/restorecond-3.1.ebuild b/sys-apps/restorecond/restorecond-3.1.ebuild index 90da950241da..7184259428fe 100644 --- a/sys-apps/restorecond/restorecond-3.1.ebuild +++ b/sys-apps/restorecond/restorecond-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -26,11 +26,9 @@ HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki" LICENSE="GPL-2" SLOT="0" -DEPEND=">=sys-libs/libsepol-${PV}:= - >=sys-libs/libselinux-${PV}:= - dev-libs/dbus-glib - dev-libs/libpcre:= - >=sys-libs/libcap-1.10-r10:=" +DEPEND="dev-libs/glib:2 + >=sys-libs/libsepol-${PV}:= + >=sys-libs/libselinux-${PV}:=" RDEPEND="${DEPEND}" |