diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-12-21 18:56:54 -0500 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-01-03 00:19:53 -0800 |
commit | 6f32970cf94fc660442696435afc4a8e7f312b76 (patch) | |
tree | ce0914bbfb05bf89c2e290fdad9d1fcd92b585c6 /sys-apps | |
parent | sys-apps/secilc: move xmlto to BDEPEND (diff) | |
download | gentoo-6f32970cf94fc660442696435afc4a8e7f312b76.tar.gz gentoo-6f32970cf94fc660442696435afc4a8e7f312b76.tar.bz2 gentoo-6f32970cf94fc660442696435afc4a8e7f312b76.zip |
sys-apps/restorecond: update dependencies
https://github.com/SELinuxProject/selinux/commit/42f73af5076411de3c6a5b2bed21a4fd6ae44acd
https://github.com/SELinuxProject/selinux/commit/252925ccdffc26b89ff701ae1ae92853b338b1ff
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/restorecond/restorecond-3.1.ebuild | 10 | ||||
-rw-r--r-- | sys-apps/restorecond/restorecond-9999.ebuild | 10 |
2 files changed, 8 insertions, 12 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}" diff --git a/sys-apps/restorecond/restorecond-9999.ebuild b/sys-apps/restorecond/restorecond-9999.ebuild index 001d8cd6d3f8..9d1e9b1ad76a 100644 --- a/sys-apps/restorecond/restorecond-9999.ebuild +++ b/sys-apps/restorecond/restorecond-9999.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}" |