diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-21 03:27:42 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-21 03:27:42 +0200 |
commit | bbe8b52d076c1606d784ef84fb2ae9e3d11ebfd0 (patch) | |
tree | 6dd18f65b87e161a6dc02e3911fe2984c0f0f0c8 /app-mobilephone/heimdall/heimdall-1.4.2.ebuild | |
parent | games-emulation/mgba: Added a live ebuild (diff) | |
download | gentoo-bbe8b52d076c1606d784ef84fb2ae9e3d11ebfd0.tar.gz gentoo-bbe8b52d076c1606d784ef84fb2ae9e3d11ebfd0.tar.bz2 gentoo-bbe8b52d076c1606d784ef84fb2ae9e3d11ebfd0.zip |
app-mobilephone/heimdall: Removed suspicious Qt subslot operator
Closes: https://bugs.gentoo.org/624240
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-mobilephone/heimdall/heimdall-1.4.2.ebuild')
-rw-r--r-- | app-mobilephone/heimdall/heimdall-1.4.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild index 3bb74e9129de..15242ac0f035 100644 --- a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild +++ b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils udev if [[ ${PV} != 9999 ]]; then - SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.bz2 -> ${P}.tar.bz2" KEYWORDS="~amd64" S="${WORKDIR}/Heimdall-v${PV}" else @@ -25,9 +25,9 @@ IUSE="qt5" RDEPEND=" >=dev-libs/libusb-1.0.18:1= qt5? ( - dev-qt/qtcore:5= - dev-qt/qtgui:5= - dev-qt/qtwidgets:5= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 ) sys-libs/zlib " |