Skip to content

Commit

Permalink
app-backup/borgbackup: fixing setup.py sed
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
prometheanfire committed Mar 9, 2018
1 parent 1da6bec commit 850e059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-backup/borgbackup/borgbackup-1.1.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ DEPEND="

python_prepare_all() {
# allow use of new (renamed) msgpack
sed -i '/msgpack/d' setup.py || die
sed -i "s|'msgpack-python.*',||g" setup.py || die
distutils-r1_python_prepare_all
}
2 changes: 1 addition & 1 deletion app-backup/borgbackup/borgbackup-1.1.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ DEPEND="

python_prepare_all() {
# allow use of new (renamed) msgpack
sed -i '/msgpack/d' setup.py || die
sed -i "s|'msgpack-python.*',||g" setup.py || die
distutils-r1_python_prepare_all
}

0 comments on commit 850e059

Please sign in to comment.