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 0BF3C1388BF for ; Thu, 14 Jan 2016 10:11:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8338D21C005; Thu, 14 Jan 2016 10:11:07 +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 1D41221C005 for ; Thu, 14 Jan 2016 10:11:07 +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 3F36D340A8F for ; Thu, 14 Jan 2016 10:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41694A91 for ; Thu, 14 Jan 2016 10:11:03 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1452766259.43650181675db4fa767e3b926c57c6fb5417edc0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/heimdall/heimdall-9999.ebuild X-VCS-Directories: app-mobilephone/heimdall/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 43650181675db4fa767e3b926c57c6fb5417edc0 X-VCS-Branch: master Date: Thu, 14 Jan 2016 10:11:03 +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: 3ed2821b-e2f2-495b-aa9d-0aba393b83e2 X-Archives-Hash: 64611e32a76c9320656d9703fc4fc336 commit: 43650181675db4fa767e3b926c57c6fb5417edc0 Author: Lars Wendler gentoo org> AuthorDate: Thu Jan 14 10:10:24 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jan 14 10:10:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43650181 app-mobilephone/heimdall: Removed subslot dependency from qtwidgets. Fixes Gentoo bug #571818 Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> app-mobilephone/heimdall/heimdall-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-9999.ebuild index 74f3971..021cb92 100644 --- a/app-mobilephone/heimdall/heimdall-9999.ebuild +++ b/app-mobilephone/heimdall/heimdall-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,7 +27,7 @@ IUSE="qt5 static-libs" # virtual/libusb is not precise enough RDEPEND=">=dev-libs/libusb-1.0.18:1=[static-libs=] - qt5? ( dev-qt/qtwidgets:5= )" + qt5? ( dev-qt/qtwidgets:5 )" DEPEND="${RDEPEND} virtual/pkgconfig"