Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
Date: Thu, 03 Feb 2022 09:34:38
Message-Id: 1643880861.3f90ed9e8c23588132a15e5b23497436c89f955e.sam@gentoo
1 commit: 3f90ed9e8c23588132a15e5b23497436c89f955e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 09:34:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 09:34:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f90ed9e
7
8 net-misc/rdate: drop unused toolchain-funcs
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/rdate/rdate-1.10.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
16 index b7d663d09747..7926c6a37620 100644
17 --- a/net-misc/rdate/rdate-1.10.2.ebuild
18 +++ b/net-misc/rdate/rdate-1.10.2.ebuild
19 @@ -5,7 +5,7 @@ EAPI=8
20
21 MY_P="openrdate"
22
23 -inherit autotools toolchain-funcs
24 +inherit autotools
25
26 DESCRIPTION="Use TCP or UDP to retrieve the current time of another machine"
27 HOMEPAGE="https://github.com/resurrecting-open-source-projects/openrdate"