commit: 43650181675db4fa767e3b926c57c6fb5417edc0
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 10:10:24 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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"