summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/unetbootin/unetbootin-619.ebuild')
-rw-r--r--sys-boot/unetbootin/unetbootin-619.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-boot/unetbootin/unetbootin-619.ebuild b/sys-boot/unetbootin/unetbootin-619.ebuild
index 8a9b60473907..740896e4cc02 100644
--- a/sys-boot/unetbootin/unetbootin-619.ebuild
+++ b/sys-boot/unetbootin/unetbootin-619.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-inherit eutils qmake-utils qt4-r2
+inherit eutils qmake-utils
DESCRIPTION="UNetbootin installs Linux/BSD distributions to a partition or USB drive"
HOMEPAGE="https://github.com/unetbootin/unetbootin"
@@ -64,8 +64,7 @@ src_configure() {
sed -i -e '/^RESOURCES/d' unetbootin.pro || die
UNBN_QTPATH="$(qt4_get_bindir)/"
- ${UNBN_QTPATH}lupdate ${PN}.pro || die
- ${UNBN_QTPATH}lrelease ${PN}.pro || die
+ "${UNBN_QTPATH}"lrelease ${PN}.pro || die
eqmake4 ${PN}.pro || die
}