diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:42 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:42 +0100 |
commit | 97f3a934101767f1561847134461b27ead5bdfdc (patch) | |
tree | d1bdb2c176e4db5753f5d93d6907eafdda663fba /net-misc/rdate | |
parent | net-misc/pps-tools: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-97f3a934101767f1561847134461b27ead5bdfdc.tar.gz gentoo-97f3a934101767f1561847134461b27ead5bdfdc.tar.bz2 gentoo-97f3a934101767f1561847134461b27ead5bdfdc.zip |
net-misc/rdate: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/rdate')
-rw-r--r-- | net-misc/rdate/rdate-1.4-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/rdate/rdate-1.4-r4.ebuild b/net-misc/rdate/rdate-1.4-r4.ebuild index 28119a0b2346..49de8691a6c2 100644 --- a/net-misc/rdate/rdate-1.4-r4.ebuild +++ b/net-misc/rdate/rdate-1.4-r4.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit flag-o-matic +inherit flag-o-matic toolchain-funcs DESCRIPTION="use TCP or UDP to retrieve the current time of another machine" HOMEPAGE="http://www.apps.ietf.org/rfc/rfc868.html" |