diff options
Diffstat (limited to 'sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild')
-rw-r--r-- | sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild index 866340b1c940..c3dfd6f0b3c3 100644 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild +++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild,v 1.1 2012/05/25 23:38:30 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild,v 1.2 2012/07/29 16:24:46 kensington Exp $ EAPI="4" @@ -30,11 +30,11 @@ IUSE="" RESTRICT="fetch" DEPEND="" -RDEPEND=">=x11-libs/qt-core-4.6 - >=x11-libs/qt-gui-4.6 - >=x11-libs/qt-svg-4.6 - >=x11-libs/qt-webkit-4.6 - >=x11-libs/qt-xmlpatterns-4.6" +RDEPEND=">=x11-libs/qt-core-4.6:4 + >=x11-libs/qt-gui-4.6:4 + >=x11-libs/qt-svg-4.6:4 + >=x11-libs/qt-webkit-4.6:4 + >=x11-libs/qt-xmlpatterns-4.6:4" S="${WORKDIR}/${MY_P}" |