app-backup/luckybackup: remove bogus dependency
authorMichael Palimaka <kensington@gentoo.org>
Thu, 25 Jan 2018 23:18:02 +0000 (10:18 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 25 Jan 2018 23:18:28 +0000 (10:18 +1100)
Closes: https://bugs.gentoo.org/645732
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-backup/luckybackup/luckybackup-0.4.9.ebuild

index 55264fc81cbf07deebece13fafe7ef56ed2ab39e..eab1f1a1713163c6a1b1365ffb04d14525b910e1 100644 (file)
@@ -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"