Skip to content

Commit

Permalink
app-backup/burp: make sure oldver is local to pkg_postinst()
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Marek Szuba committed Apr 27, 2017
1 parent b2432bf commit deff9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-backup/burp/burp-2.0.54.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit deff9dc

Please sign in to comment.