summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-01-15 17:53:19 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-01-15 17:55:25 +1100
commitbf3cf2b99bb97b0ac13850a3537c72d0cc389f12 (patch)
tree73c4460ead0b4b9ecac55f611c8d33b5dd8bcb6d /dev-qt/qtbluetooth
parentdev-qt/qtwidgets: remove old revision (diff)
downloadgentoo-bf3cf2b99bb97b0ac13850a3537c72d0cc389f12.tar.gz
gentoo-bf3cf2b99bb97b0ac13850a3537c72d0cc389f12.tar.bz2
gentoo-bf3cf2b99bb97b0ac13850a3537c72d0cc389f12.zip
dev-qt: further revbumps to prevent mixing of Qt versions
Gentoo-bug: 563898 Gentoo-bug: 564560 Gentoo-bug: 564920 Gentoo-bug: 564922 Gentoo-bug: 565806 Gentoo-bug: 566580 Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-qt/qtbluetooth')
-rw-r--r--dev-qt/qtbluetooth/qtbluetooth-5.5.1-r1.ebuild (renamed from dev-qt/qtbluetooth/qtbluetooth-5.5.1.ebuild)10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.1.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.5.1-r1.ebuild
index c7cdd6581fe1..34e81f683189 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.5.1.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.1-r1.ebuild
@@ -15,14 +15,14 @@ fi
IUSE="qml"
RDEPEND="
- >=dev-qt/qtconcurrent-${PV}:5
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtdbus-${PV}:5
+ ~dev-qt/qtconcurrent-${PV}
+ ~dev-qt/qtcore-${PV}
+ ~dev-qt/qtdbus-${PV}
>=net-wireless/bluez-5
- qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+ qml? ( ~dev-qt/qtdeclarative-${PV} )
"
DEPEND="${RDEPEND}
- >=dev-qt/qtnetwork-${PV}:5
+ ~dev-qt/qtnetwork-${PV}
virtual/pkgconfig
"