diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-24 10:36:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-24 10:36:56 +0000 |
commit | 516d94c2a10924bb160408a3deb9e70ec63e7052 (patch) | |
tree | 60a58a74c061d9c118fddb40dd1612b5263fccf4 /net-im/gajim | |
parent | version bump (diff) | |
download | gentoo-2-516d94c2a10924bb160408a3deb9e70ec63e7052.tar.gz gentoo-2-516d94c2a10924bb160408a3deb9e70ec63e7052.tar.bz2 gentoo-2-516d94c2a10924bb160408a3deb9e70ec63e7052.zip |
Added missing USE=gmail
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'net-im/gajim')
-rw-r--r-- | net-im/gajim/gajim-0.14.1-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gajim/gajim-0.14.1-r2.ebuild b/net-im/gajim/gajim-0.14.1-r2.ebuild index 8c3b6c6b9c5b..a1f2cee173fb 100644 --- a/net-im/gajim/gajim-0.14.1-r2.ebuild +++ b/net-im/gajim/gajim-0.14.1-r2.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/net-im/gajim/gajim-0.14.1-r2.ebuild,v 1.1 2010/10/29 15:21:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.14.1-r2.ebuild,v 1.2 2011/01/24 10:36:56 jlec Exp $ EAPI="2" @@ -16,7 +16,7 @@ SRC_URI="http://www.gajim.org/downloads/$(get_version_component_range 1-2)/${P}. LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="avahi crypt dbus gnome idle jingle libnotify networkmanager nls spell srv X xhtml" +IUSE="avahi crypt dbus gmail gnome idle jingle libnotify networkmanager nls spell srv X xhtml" COMMON_DEPEND=" x11-libs/gtk+:2 @@ -40,6 +40,7 @@ RDEPEND="${COMMON_DEPEND} libnotify? ( dev-python/notify-python ) avahi? ( net-dns/avahi[dbus,gtk,python] ) ) + gmail? ( net-dns/bind-tools ) gnome? ( dev-python/libgnome-python dev-python/gnome-keyring-python |