From 4b2ae1d21e9b479bc263f045b8cf2c2be4e9d5ed Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Fri, 8 Apr 2022 21:29:33 -0700 Subject: [PATCH] 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 --- .../{clockspeed-0.62-r7.ebuild => clockspeed-0.62-r8.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename net-misc/clockspeed/{clockspeed-0.62-r7.ebuild => clockspeed-0.62-r8.ebuild} (91%) diff --git a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild b/net-misc/clockspeed/clockspeed-0.62-r8.ebuild similarity index 91% rename from net-misc/clockspeed/clockspeed-0.62-r7.ebuild rename to net-misc/clockspeed/clockspeed-0.62-r8.ebuild index fc40dd6960bff..29bf5a916bca2 100644 --- a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild +++ b/net-misc/clockspeed/clockspeed-0.62-r8.ebuild @@ -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 )