From 38b7258d086dd5e263c3bbe3880c8c956676bc71 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 26 Jan 2018 15:48:02 +0000 Subject: gentoo resync : 25.01.2018 --- app-backup/luckybackup/luckybackup-0.4.9.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app-backup/luckybackup/luckybackup-0.4.9.ebuild') diff --git a/app-backup/luckybackup/luckybackup-0.4.9.ebuild b/app-backup/luckybackup/luckybackup-0.4.9.ebuild index 4ae8962c48c1..eab1f1a17131 100644 --- a/app-backup/luckybackup/luckybackup-0.4.9.ebuild +++ b/app-backup/luckybackup/luckybackup-0.4.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=" @@ -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" -- cgit v1.2.3