diff options
author | 2021-04-12 00:46:27 +0100 | |
---|---|---|
committer | 2021-04-16 12:20:08 +0100 | |
commit | 18cf7ff63040805bf6ae4f23090d6000b5ce5d31 (patch) | |
tree | 205469b4f475c59bf75ca6f03f668d3a8680937b /net-misc/ntpsec/ntpsec-9999.ebuild | |
parent | net-misc/netkit-talk: eutils->epatch (diff) | |
download | gentoo-18cf7ff63040805bf6ae4f23090d6000b5ce5d31.tar.gz gentoo-18cf7ff63040805bf6ae4f23090d6000b5ce5d31.tar.bz2 gentoo-18cf7ff63040805bf6ae4f23090d6000b5ce5d31.zip |
net-misc/ntpsec: add explicit epatch inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/ntpsec/ntpsec-9999.ebuild')
-rw-r--r-- | net-misc/ntpsec/ntpsec-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ntpsec/ntpsec-9999.ebuild b/net-misc/ntpsec/ntpsec-9999.ebuild index 05e06f346200..c1244770794d 100644 --- a/net-misc/ntpsec/ntpsec-9999.ebuild +++ b/net-misc/ntpsec/ntpsec-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE='threads(+)' -inherit flag-o-matic python-r1 waf-utils systemd +inherit epatch flag-o-matic python-r1 waf-utils systemd if [[ ${PV} == *9999* ]]; then inherit git-r3 |