net-misc/clockspeed: drop mirror and bindist restriction

The package license was changed to public-domain in commit bfd4b0319f
("net-misc/clockspeed: Fix license"), therefore, mirror and bindist
restrictions are no longer needed.

Bug: https://bugs.gentoo.org/444424
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2025-01-16 10:20:22 +01:00
parent 037d1ffefe
commit 6d4a44bd17

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,7 +19,7 @@ LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ~mips x86"
IUSE="static selinux"
RESTRICT="mirror bindist test"
RESTRICT="test"
DEPEND="sys-apps/groff"
RDEPEND="net-dns/djbdns"