Сравнение openssh-9.3_p1-r1 с openssh-9.3_p2
/usr/portage/net-misc/openssh/openssh-9.3_p2.ebuild 2023-10-09 14:52:34.672368481 +0300 | ||
---|---|---|
101 | 101 |
done |
102 | 102 | |
103 | 103 |
if [[ -n ${enabled_eol_flags} && ${OPENSSH_EOL_USE_FLAGS_I_KNOW_WHAT_I_AM_DOING} != yes ]]; then |
104 |
# Skip for binary packages entirely because of environment saving, bug #907892 |
|
105 |
[[ ${MERGE_TYPE} == binary ]] && return |
|
106 | ||
104 | 107 |
ewarn "net-misc/openssh does not support USE='${enabled_eol_flags%,}' anymore." |
105 | 108 |
ewarn "The Base system team *STRONGLY* recommends you not rely on this functionality," |
106 | 109 |
ewarn "since these USE flags required third-party patches that often trigger bugs" |