diff options
author | Yixun Lan <dlan@gentoo.org> | 2014-12-03 03:21:26 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2014-12-03 03:21:26 +0000 |
commit | 6f5d839c7a83a8d64816b701bed21cd8b903c18b (patch) | |
tree | 16d2d2ed7beebfc2172eaad91f8f8692501dbc7a /net-im/qutim | |
parent | Add ruby20, ruby21 targets. (diff) | |
download | gentoo-2-6f5d839c7a83a8d64816b701bed21cd8b903c18b.tar.gz gentoo-2-6f5d839c7a83a8d64816b701bed21cd8b903c18b.tar.bz2 gentoo-2-6f5d839c7a83a8d64816b701bed21cd8b903c18b.zip |
add dev-qt/qtdeclarative as unconditional dependency, bug 531364, proxy for maintainer
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'net-im/qutim')
-rw-r--r-- | net-im/qutim/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/qutim/qutim-0.3.2.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-im/qutim/ChangeLog b/net-im/qutim/ChangeLog index 64596e8d4b5d..423f1b07503d 100644 --- a/net-im/qutim/ChangeLog +++ b/net-im/qutim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/qutim # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.32 2014/12/02 08:24:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.33 2014/12/03 03:21:26 dlan Exp $ + + 03 Dec 2014; Yixun Lan <dlan@gentoo.org> qutim-0.3.2.ebuild: + add dev-qt/qtdeclarative as unconditional dependency, bug 531364, proxy for + maintainer 02 Dec 2014; Jeroen Roovers <jer@gentoo.org> metadata.xml: Tag ordering. diff --git a/net-im/qutim/qutim-0.3.2.ebuild b/net-im/qutim/qutim-0.3.2.ebuild index 27dddc06f10a..de52969cf2be 100644 --- a/net-im/qutim/qutim-0.3.2.ebuild +++ b/net-im/qutim/qutim-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v 1.2 2014/11/30 13:58:35 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v 1.3 2014/12/03 03:21:26 dlan Exp $ EAPI=5 @@ -38,6 +38,7 @@ CDEPEND=" >=dev-qt/qtcore-${QT_PV}[ssl?] >=dev-qt/qtgui-${QT_PV} >=dev-qt/qtscript-${QT_PV} + >=dev-qt/qtdeclarative-${QT_PV} telepathy? ( >=net-libs/telepathy-qt-0.3 ) jabber? ( @@ -53,7 +54,6 @@ CDEPEND=" awn? ( >=dev-qt/qtdbus-${QT_PV} ) crypt? ( app-crypt/qca:2 ) dbus? ( >=dev-qt/qtdbus-${QT_PV} ) - debug? ( >=dev-qt/qtdeclarative-${QT_PV} ) espionage? ( app-crypt/qca:2 ) histman? ( >=dev-qt/qtsql-${QT_PV} ) ayatana? ( >=dev-libs/libindicate-qt-0.2.2 ) @@ -74,10 +74,8 @@ CDEPEND=" plugman? ( dev-libs/libattica app-arch/libarchive - >=dev-qt/qtdeclarative-${QT_PV} ) qml? ( - >=dev-qt/qtdeclarative-${QT_PV} >=dev-qt/qtopengl-${QT_PV} ) sdl? ( media-libs/sdl-mixer ) |