diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-10-01 21:07:15 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-10-01 21:07:15 +0000 |
commit | c21fd612bd56d6969b36ae07d20853773ee9cffe (patch) | |
tree | 376c0e14d46ae3cb6a06b429500481ffad5fc3b9 /app-i18n/fcitx/fcitx-4.2.7-r1.ebuild | |
parent | Add unit file (#486494 by nE0sIghT) (diff) | |
download | historical-c21fd612bd56d6969b36ae07d20853773ee9cffe.tar.gz historical-c21fd612bd56d6969b36ae07d20853773ee9cffe.tar.bz2 historical-c21fd612bd56d6969b36ae07d20853773ee9cffe.zip |
Remove useless [dbus(+)] from qtgui dep wrt bug 484164.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x17A85C72
Diffstat (limited to 'app-i18n/fcitx/fcitx-4.2.7-r1.ebuild')
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild b/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild index 691110974f59..184eddc3b9e8 100644 --- a/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild,v 1.3 2013/07/24 10:04:25 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7-r1.ebuild,v 1.4 2013/10/01 21:06:56 pesa Exp $ EAPI=5 @@ -44,8 +44,8 @@ RDEPEND=" lua? ( dev-lang/lua ) opencc? ( app-i18n/opencc ) qt4? ( - dev-qt/qtgui:4[dbus(+),glib] dev-qt/qtdbus:4 + dev-qt/qtgui:4[glib] ) xml? ( app-text/iso-codes |