diff options
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/burp/burp-2.0.54.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-backup/burp/burp-2.0.54.ebuild b/app-backup/burp/burp-2.0.54.ebuild index cf7dee17673d..694caae538ae 100644 --- a/app-backup/burp/burp-2.0.54.ebuild +++ b/app-backup/burp/burp-2.0.54.ebuild @@ -94,6 +94,7 @@ pkg_postinst() { # According to PMS this can be a space-separated list of version # numbers, even though in practice it is typically just one. + local oldver for oldver in ${REPLACING_VERSIONS}; do if [[ $(get_major_version ${oldver}) -lt 2 ]]; then ewarn "Starting with version 2.0.54 we no longer patch bedup to use" |