commit: 3f90ed9e8c23588132a15e5b23497436c89f955e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 3 09:34:21 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 3 09:34:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f90ed9e
net-misc/rdate: drop unused toolchain-funcs Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/rdate/rdate-1.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild index b7d663d09747..7926c6a37620 100644 --- a/net-misc/rdate/rdate-1.10.2.ebuild +++ b/net-misc/rdate/rdate-1.10.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 MY_P="openrdate" -inherit autotools toolchain-funcs +inherit autotools DESCRIPTION="Use TCP or UDP to retrieve the current time of another machine" HOMEPAGE="https://github.com/resurrecting-open-source-projects/openrdate"