diff options
author | Jason Zaman <perfinion@gentoo.org> | 2022-04-08 21:29:33 -0700 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2022-04-08 21:32:07 -0700 |
commit | 4b2ae1d21e9b479bc263f045b8cf2c2be4e9d5ed (patch) | |
tree | af8b7f88f177d9d7c93e36629dfc50b900b696d6 /net-misc/clockspeed | |
parent | dev-util/ccache: add 4.6 (diff) | |
download | gentoo-4b2ae1d21e9b479bc263f045b8cf2c2be4e9d5ed.tar.gz gentoo-4b2ae1d21e9b479bc263f045b8cf2c2be4e9d5ed.tar.bz2 gentoo-4b2ae1d21e9b479bc263f045b8cf2c2be4e9d5ed.zip |
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>
Diffstat (limited to 'net-misc/clockspeed')
-rw-r--r-- | net-misc/clockspeed/clockspeed-0.62-r8.ebuild (renamed from net-misc/clockspeed/clockspeed-0.62-r7.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild b/net-misc/clockspeed/clockspeed-0.62-r8.ebuild index fc40dd6960bf..29bf5a916bca 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 ) |