commit:     e1f20b9df39f602aec87b6cde3813f27eb57fb0f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 20:32:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 13 20:33:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f20b9d

fixup! net-misc/chrony: fix filter level sed for USE=-sed

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/chrony/chrony-4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrony/chrony-4.1-r1.ebuild 
b/net-misc/chrony/chrony-4.1-r1.ebuild
index cc859424ffe..d3e68c8d012 100644
--- a/net-misc/chrony/chrony-4.1-r1.ebuild
+++ b/net-misc/chrony/chrony-4.1-r1.ebuild
@@ -232,7 +232,7 @@ pkg_postinst() {
        local show_seccomp_enable_msg=0
 
        # Was seccomp disabled before and now enabled?
-    if [[ ${HAD_SECCOMP} -eq 0 ]] && use seccomp ; then
+       if [[ ${HAD_SECCOMP} -eq 0 ]] && use seccomp ; then
                show_seccomp_enable_msg=1
        fi
 

Reply via email to