Skip to content

Commit

Permalink
app-backup/luckybackup: remove bogus dependency
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/645732
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
kensington committed Jan 25, 2018
1 parent 3ccec78 commit 230f1d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-backup/luckybackup/luckybackup-0.4.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ src_prepare() {
sed -i -e '/^INSTALLS/s/debianmenu //' luckybackup.pro \
|| die "sed installs failed"

# bogus dependency - bug #645732
sed -i -e '/QT += network/s/^/#/' luckybackup.pro || die

# remove text version - cannot remote HTML version
# as it's used within the application
rm license/gpl.txt || die "rm failed"
Expand Down

0 comments on commit 230f1d4

Please sign in to comment.