# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="VNC Client for gnome" HOMEPAGE="http://www.gnome.org/projects/vinagre/" # SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" IUSE="avahi" DEPEND=">=x11-libs/gtk+-2.11 >=gnome-base/libglade-2 >=gnome-base/gconf-2 gnome-base/gnome-vfs gnome-base/gnome-keyring >=net-libs/gtk-vnc-0.3 avahi? (net-dns/avahi)" RDEPEND="${RDEPEND}" pkg_setup() { G2CONF="${G2CONF} $(use_enable avahi)" }