diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-22 12:08:12 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-22 12:08:12 +0000 |
commit | 552146cd9990f5a88bfa85df9e0e290e5f318ffd (patch) | |
tree | fb31b4e57f2f78ff850be8cf674820d35aaa19fa /app-i18n | |
parent | Took maintainance. Added warning in stable ebuild and check kernel version in... (diff) | |
download | gentoo-2-552146cd9990f5a88bfa85df9e0e290e5f318ffd.tar.gz gentoo-2-552146cd9990f5a88bfa85df9e0e290e5f318ffd.tar.bz2 gentoo-2-552146cd9990f5a88bfa85df9e0e290e5f318ffd.zip |
Fixed dependency, bug #255582.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ChangeLog | 4 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-0.1.1.20081023.ebuild | 14 |
2 files changed, 8 insertions, 10 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog index 2209eed4bb18..51d2f13897bd 100644 --- a/app-i18n/ibus/ChangeLog +++ b/app-i18n/ibus/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for app-i18n/ibus # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.15 2009/01/21 14:53:32 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.16 2009/01/22 12:08:12 matsuu Exp $ - 21 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> ChangeLog: + 22 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> ibus-0.1.1.20081023.ebuild: Fixed dependency, bug #255582. *ibus-0.1.1.20081023 (23 Oct 2008) diff --git a/app-i18n/ibus/ibus-0.1.1.20081023.ebuild b/app-i18n/ibus/ibus-0.1.1.20081023.ebuild index cc90ef2628ba..f5db4db88f71 100644 --- a/app-i18n/ibus/ibus-0.1.1.20081023.ebuild +++ b/app-i18n/ibus/ibus-0.1.1.20081023.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-0.1.1.20081023.ebuild,v 1.2 2009/01/21 14:53:32 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-0.1.1.20081023.ebuild,v 1.3 2009/01/22 12:08:12 matsuu Exp $ EAPI="1" inherit autotools eutils multilib python @@ -16,14 +16,12 @@ IUSE="nls qt4" RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2 + >=gnome-base/librsvg-2 dev-libs/dbus-glib - qt4? ( || ( - ( - >=x11-libs/qt-core-4.4:4 - >=x11-libs/qt-dbus-4.4:4 - ) - >=x11-libs/qt-4.4:4 - ) ) + qt4? ( + >=x11-libs/qt-core-4.4:4 + >=x11-libs/qt-dbus-4.4:4 + ) app-text/iso-codes x11-libs/libX11 >=dev-lang/python-2.5 |