summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <ford_prefect@gentoo.org>2009-02-20 03:50:50 +0000
committerArun Raghavan <ford_prefect@gentoo.org>2009-02-20 03:50:50 +0000
commitfda339a90394bd3987759b27833da41912f27333 (patch)
tree19657a7cee9783c03e912435f26c73862fd99384 /net-misc/vinagre
parentVersion bump (diff)
downloadgentoo-2-fda339a90394bd3987759b27833da41912f27333.tar.gz
gentoo-2-fda339a90394bd3987759b27833da41912f27333.tar.bz2
gentoo-2-fda339a90394bd3987759b27833da41912f27333.zip
Check for USE=dbus net-dns/avahi. Bug #256190.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'net-misc/vinagre')
-rw-r--r--net-misc/vinagre/ChangeLog5
-rw-r--r--net-misc/vinagre/vinagre-0.5.2.ebuild11
2 files changed, 10 insertions, 6 deletions
diff --git a/net-misc/vinagre/ChangeLog b/net-misc/vinagre/ChangeLog
index a900c25b8301..c4fb6d86426a 100644
--- a/net-misc/vinagre/ChangeLog
+++ b/net-misc/vinagre/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/vinagre
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.27 2009/02/19 04:10:08 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.28 2009/02/20 03:50:50 ford_prefect Exp $
+
+ 19 Feb 2009; Arun Raghavan <ford_prefect@gentoo.org> vinagre-0.5.2.ebuild:
+ Check for USE=dbus net-dns/avahi. Bug #256190.
19 Feb 2009; Arun Raghavan <ford_prefect@gentoo.org>
-vinagre-0.5.1.ebuild:
diff --git a/net-misc/vinagre/vinagre-0.5.2.ebuild b/net-misc/vinagre/vinagre-0.5.2.ebuild
index 361c3243627b..edba1db5b9e1 100644
--- a/net-misc/vinagre/vinagre-0.5.2.ebuild
+++ b/net-misc/vinagre/vinagre-0.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-0.5.2.ebuild,v 1.8 2008/12/13 17:31:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-0.5.2.ebuild,v 1.9 2009/02/20 03:50:50 ford_prefect Exp $
inherit gnome2 eutils
@@ -30,9 +30,10 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
pkg_setup() {
- if use avahi && ! built_with_use net-dns/avahi gtk; then
- eerror "gtk support in avahi needed"
- die "Please rebuild avahi with USE='gtk'"
+ if use avahi && ! built_with_use net-dns/avahi dbus gtk; then
+ eerror "DBus and GTK support are needed in Avahi"
+ eerror "Please rebuild net-dns/avahi with USE='dbus gtk'"
+ die "Missing USE flags for net-dns/avahi"
fi
G2CONF="${G2CONF} $(use_enable avahi) --disable-scrollkeeper"