net-misc/clockspeed: Drop dep on removed SELinux policy

The clockspeed policy was removed back in 2.20210908-r1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
This commit is contained in:
Jason Zaman
2022-04-08 21:29:33 -07:00
parent 1ed449cc0f
commit 4b2ae1d21e

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,8 +22,7 @@ IUSE="static selinux"
RESTRICT="mirror bindist test"
DEPEND="sys-apps/groff"
RDEPEND="selinux? ( sec-policy/selinux-clockspeed )
net-dns/djbdns"
RDEPEND="net-dns/djbdns"
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )