diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-07-29 16:24:46 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-07-29 16:24:46 +0000 |
commit | 65cc38d2a0b4fb4c81260d98ee4f8f67da7ca803 (patch) | |
tree | 600d71019adae87110bee72d509c0685ca87403a /sci-misc | |
parent | Drop sparc keywords (diff) | |
download | gentoo-2-65cc38d2a0b4fb4c81260d98ee4f8f67da7ca803.tar.gz gentoo-2-65cc38d2a0b4fb4c81260d98ee4f8f67da7ca803.tar.bz2 gentoo-2-65cc38d2a0b4fb4c81260d98ee4f8f67da7ca803.zip |
Add missing slot dependencies on Qt.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/mendeleydesktop/ChangeLog | 7 | ||||
-rw-r--r-- | sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/sci-misc/mendeleydesktop/ChangeLog b/sci-misc/mendeleydesktop/ChangeLog index 0bab12eab084..fe25af62ceec 100644 --- a/sci-misc/mendeleydesktop/ChangeLog +++ b/sci-misc/mendeleydesktop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/mendeleydesktop # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog,v 1.4 2012/05/25 23:38:30 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog,v 1.5 2012/07/29 16:24:46 kensington Exp $ + + 29 Jul 2012; Michael Palimaka <kensington@gentoo.org> + mendeleydesktop-1.5.2.ebuild: + Add missing slot dependencies on Qt. *mendeleydesktop-1.5.2 (26 May 2012) @@ -31,4 +35,3 @@ No changes other than forcing the user to download the tarball were made. - 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}" |