Skip to content

Commit

Permalink
dev-embedded/esptool: fix the ver_test condition in pkg_postinst, again
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Jul 26, 2022
1 parent 6d7297f commit 688b024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-embedded/esptool/esptool-4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python_test() {
}

pkg_postinst() {
if ver_test "${REPLACING_VERSIONS}" -lt 4; then
if ver_test ${REPLACING_VERSIONS} -lt 4; then
ewarn "${P} - new 4.x release with breaking changes:"
ewarn " - Public API has been defined by limiting access to internals that have been refactored into multiple source files"
ewarn " - If active security features are detected, the default behavior changes to prevent unintentional bricking"
Expand Down

0 comments on commit 688b024

Please sign in to comment.