diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-01-14 11:10:24 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-01-14 11:10:59 +0100 |
commit | 43650181675db4fa767e3b926c57c6fb5417edc0 (patch) | |
tree | a4fa6c05b38cc7f5b94670611c0a65af11ac5d3b /app-mobilephone | |
parent | x11-plugins/purple-facebook: Version bump, upstream development resumed in De... (diff) | |
download | gentoo-43650181675db4fa767e3b926c57c6fb5417edc0.tar.gz gentoo-43650181675db4fa767e3b926c57c6fb5417edc0.tar.bz2 gentoo-43650181675db4fa767e3b926c57c6fb5417edc0.zip |
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@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/heimdall/heimdall-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-9999.ebuild index 74f397125c3d..021cb92a65ce 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" |