From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9C8C1139894 for ; Sun, 23 Aug 2015 07:49:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3F8714179; Sun, 23 Aug 2015 07:49:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7ED7614179 for ; Sun, 23 Aug 2015 07:49:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 823F634096D for ; Sun, 23 Aug 2015 07:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AFDD14B for ; Sun, 23 Aug 2015 07:49:37 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1440316163.62121f75d62e6bf0c46f0154ac8c160bc4cb972d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/unetbootin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/unetbootin/unetbootin-619.ebuild X-VCS-Directories: sys-boot/unetbootin/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 62121f75d62e6bf0c46f0154ac8c160bc4cb972d X-VCS-Branch: master Date: Sun, 23 Aug 2015 07:49:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d4c4afbe-b9c6-4c15-8b81-b7a983848b27 X-Archives-Hash: 16814faeeb775044ceeb5862d5a9ed50 commit: 62121f75d62e6bf0c46f0154ac8c160bc4cb972d Author: Jeroen Roovers gentoo org> AuthorDate: Sun Aug 23 07:49:23 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Aug 23 07:49:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62121f75 sys-boot/unetbootin: Do not run lupdate (bug #557142). Package-Manager: portage-2.2.20.1 sys-boot/unetbootin/unetbootin-619.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-boot/unetbootin/unetbootin-619.ebuild b/sys-boot/unetbootin/unetbootin-619.ebuild index 8a9b604..740896e 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 }