diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-01-02 10:10:04 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-01-02 10:10:04 +0000 |
commit | e88c2ca3afb5962b7dc892864c8abe254b8fa6a8 (patch) | |
tree | fc0b31359f9c5ab0173894600df8db991362b77e /app-i18n | |
parent | EAPI 4 (diff) | |
download | gentoo-2-e88c2ca3afb5962b7dc892864c8abe254b8fa6a8.tar.gz gentoo-2-e88c2ca3afb5962b7dc892864c8abe254b8fa6a8.tar.bz2 gentoo-2-e88c2ca3afb5962b7dc892864c8abe254b8fa6a8.zip |
Do not depend on gconf unconditionally
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.9-r1.ebuild | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog index 12f4f13b30d7..d10a722fd7f9 100644 --- a/app-i18n/ibus/ChangeLog +++ b/app-i18n/ibus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/ibus -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.154 2014/12/24 01:52:20 dlan Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.155 2015/01/02 10:10:04 yngwin Exp $ + + 02 Jan 2015; Ben de Groot <yngwin@gentoo.org> ibus-1.5.9-r1.ebuild: + Do not depend on gconf unconditionally *ibus-1.5.9-r1 (24 Dec 2014) diff --git a/app-i18n/ibus/ibus-1.5.9-r1.ebuild b/app-i18n/ibus/ibus-1.5.9-r1.ebuild index c1fc195e3937..e1b045ae2ce2 100644 --- a/app-i18n/ibus/ibus-1.5.9-r1.ebuild +++ b/app-i18n/ibus/ibus-1.5.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.9-r1.ebuild,v 1.1 2014/12/24 01:52:20 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.9-r1.ebuild,v 1.2 2015/01/02 10:10:04 yngwin Exp $ EAPI=5 @@ -39,7 +39,6 @@ COMMON_DEPEND=" app-text/iso-codes >=gnome-base/dconf-0.13.4 x11-libs/libnotify - gconf? ( >=gnome-base/gconf-2.12:2 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) @@ -70,8 +69,7 @@ DEPEND="${COMMON_DEPEND} dev-util/intltool virtual/pkgconfig nls? ( >=sys-devel/gettext-0.16.1 ) - vala? ( $(vala_depend) ) - gnome-base/gconf" + vala? ( $(vala_depend) )" # stress test in bus/ fails # IBUS-CRITICAL **: bus_test_client_init: assertion `ibus_bus_is_connected (_bus)' failed |