summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-04-04 14:33:41 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-04-04 14:33:41 +0000
commitb027ee4b9bd8aae6663d696020750a24bf476134 (patch)
treed9ecd0591c71647123c09009249c56bf4cfcd36c
parentStable on amd64 wrt bug #310429 (diff)
downloadgentoo-2-b027ee4b9bd8aae6663d696020750a24bf476134.tar.gz
gentoo-2-b027ee4b9bd8aae6663d696020750a24bf476134.tar.bz2
gentoo-2-b027ee4b9bd8aae6663d696020750a24bf476134.zip
Changed gconf USE flag to +gconf.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r--app-i18n/ibus/ChangeLog5
-rw-r--r--app-i18n/ibus/ibus-1.3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog
index 257ff46ede7a..9c3e030e67d3 100644
--- a/app-i18n/ibus/ChangeLog
+++ b/app-i18n/ibus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/ibus
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.56 2010/04/03 04:03:39 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.57 2010/04/04 14:33:41 matsuu Exp $
+
+ 04 Apr 2010; MATSUU Takuto <matsuu@gentoo.org> ibus-1.3.1.ebuild:
+ Changed gconf USE flag to +gconf.
*ibus-1.3.1 (03 Apr 2010)
diff --git a/app-i18n/ibus/ibus-1.3.1.ebuild b/app-i18n/ibus/ibus-1.3.1.ebuild
index 4f943633bbb3..78c8b8129462 100644
--- a/app-i18n/ibus/ibus-1.3.1.ebuild
+++ b/app-i18n/ibus/ibus-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.1.ebuild,v 1.1 2010/04/03 04:03:39 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.3.1.ebuild,v 1.2 2010/04/04 14:33:41 matsuu Exp $
EAPI="2"
PYTHON_DEPEND="python? 2:2.5"
@@ -13,7 +13,7 @@ SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc gconf nls python"
+IUSE="doc +gconf nls python"
RDEPEND=">=dev-libs/glib-2.18
>=x11-libs/gtk+-2