Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/restorecond/
Date: Sun, 03 Jan 2021 08:21:04
Message-Id: 1609661993.6f32970cf94fc660442696435afc4a8e7f312b76.perfinion@gentoo
1 commit: 6f32970cf94fc660442696435afc4a8e7f312b76
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 21 23:56:54 2020 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 08:19:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f32970c
7
8 sys-apps/restorecond: update dependencies
9
10 https://github.com/SELinuxProject/selinux/commit/42f73af5076411de3c6a5b2bed21a4fd6ae44acd
11 https://github.com/SELinuxProject/selinux/commit/252925ccdffc26b89ff701ae1ae92853b338b1ff
12
13 Package-Manager: Portage-3.0.9, Repoman-3.0.2
14 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
15 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
16
17 sys-apps/restorecond/restorecond-3.1.ebuild | 10 ++++------
18 sys-apps/restorecond/restorecond-9999.ebuild | 10 ++++------
19 2 files changed, 8 insertions(+), 12 deletions(-)
20
21 diff --git a/sys-apps/restorecond/restorecond-3.1.ebuild b/sys-apps/restorecond/restorecond-3.1.ebuild
22 index 90da950241d..7184259428f 100644
23 --- a/sys-apps/restorecond/restorecond-3.1.ebuild
24 +++ b/sys-apps/restorecond/restorecond-3.1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI="7"
31 @@ -26,11 +26,9 @@ HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki"
32 LICENSE="GPL-2"
33 SLOT="0"
34
35 -DEPEND=">=sys-libs/libsepol-${PV}:=
36 - >=sys-libs/libselinux-${PV}:=
37 - dev-libs/dbus-glib
38 - dev-libs/libpcre:=
39 - >=sys-libs/libcap-1.10-r10:="
40 +DEPEND="dev-libs/glib:2
41 + >=sys-libs/libsepol-${PV}:=
42 + >=sys-libs/libselinux-${PV}:="
43
44 RDEPEND="${DEPEND}"
45
46
47 diff --git a/sys-apps/restorecond/restorecond-9999.ebuild b/sys-apps/restorecond/restorecond-9999.ebuild
48 index 001d8cd6d3f..9d1e9b1ad76 100644
49 --- a/sys-apps/restorecond/restorecond-9999.ebuild
50 +++ b/sys-apps/restorecond/restorecond-9999.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 +# Copyright 1999-2021 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI="7"
57 @@ -26,11 +26,9 @@ HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki"
58 LICENSE="GPL-2"
59 SLOT="0"
60
61 -DEPEND=">=sys-libs/libsepol-${PV}:=
62 - >=sys-libs/libselinux-${PV}:=
63 - dev-libs/dbus-glib
64 - dev-libs/libpcre:=
65 - >=sys-libs/libcap-1.10-r10:="
66 +DEPEND="dev-libs/glib:2
67 + >=sys-libs/libsepol-${PV}:=
68 + >=sys-libs/libselinux-${PV}:="
69
70 RDEPEND="${DEPEND}"