Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 189826
Collapse All | Expand All

(-)vinagre-0.4.ebuild (-1 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gnome2
5
inherit gnome2 eutils
6
6
7
DESCRIPTION="VNC Client for the GNOME Desktop"
7
DESCRIPTION="VNC Client for the GNOME Desktop"
8
HOMEPAGE="http://www.gnome.org/projects/vinagre/"
8
HOMEPAGE="http://www.gnome.org/projects/vinagre/"
Lines 29-34 Link Here
29
29
30
pkg_setup() {
30
pkg_setup() {
31
	G2CONF="${G2CONF} $(use_enable avahi)"
31
	G2CONF="${G2CONF} $(use_enable avahi)"
32
33
	local fail="Re-emerge net-dns/avahi with USE gtk."
34
	if use avahi && ! built_with_use net-dns/avahi gtk; then
35
		eerror "${fail}"
36
		die "${fail}"
37
	fi
32
}
38
}
33
39
34
src_install() {
40
src_install() {

Return to bug 189826