Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/clockspeed/
Date: Sat, 09 Apr 2022 04:32:53
Message-Id: 1649478727.4b2ae1d21e9b479bc263f045b8cf2c2be4e9d5ed.perfinion@gentoo
1 commit: 4b2ae1d21e9b479bc263f045b8cf2c2be4e9d5ed
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 04:29:33 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 04:32:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2ae1d2
7
8 net-misc/clockspeed: Drop dep on removed SELinux policy
9
10 The clockspeed policy was removed back in 2.20210908-r1
11
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
14
15 .../{clockspeed-0.62-r7.ebuild => clockspeed-0.62-r8.ebuild} | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild b/net-misc/clockspeed/clockspeed-0.62-r8.ebuild
19 similarity index 91%
20 rename from net-misc/clockspeed/clockspeed-0.62-r7.ebuild
21 rename to net-misc/clockspeed/clockspeed-0.62-r8.ebuild
22 index fc40dd6960bf..29bf5a916bca 100644
23 --- a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
24 +++ b/net-misc/clockspeed/clockspeed-0.62-r8.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -22,8 +22,7 @@ IUSE="static selinux"
32 RESTRICT="mirror bindist test"
33
34 DEPEND="sys-apps/groff"
35 -RDEPEND="selinux? ( sec-policy/selinux-clockspeed )
36 - net-dns/djbdns"
37 +RDEPEND="net-dns/djbdns"
38
39 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )