summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/gossip/ChangeLog6
-rw-r--r--net-im/gossip/gossip-0.23.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/net-im/gossip/ChangeLog b/net-im/gossip/ChangeLog
index 20e8684727a2..fd53ffeefddb 100644
--- a/net-im/gossip/ChangeLog
+++ b/net-im/gossip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/gossip
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.59 2007/03/07 20:51:23 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.60 2007/03/08 13:14:30 tester Exp $
+
+ 08 Mar 2007; Olivier Crête <tester@gentoo.org> gossip-0.23.ebuild:
+ Ooops, shouldnt have been stable (and force telepathy off for now, its far
+ from being stable)
*gossip-0.23 (07 Mar 2007)
diff --git a/net-im/gossip/gossip-0.23.ebuild b/net-im/gossip/gossip-0.23.ebuild
index 9a9f8b69ea78..a5d21831207a 100644
--- a/net-im/gossip/gossip-0.23.ebuild
+++ b/net-im/gossip/gossip-0.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.23.ebuild,v 1.1 2007/03/07 20:51:23 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.23.ebuild,v 1.2 2007/03/08 13:14:30 tester Exp $
inherit gnome2 eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://developer.imendio.com/wiki/Gossip"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="spell dbus libnotify"
#make check breaks in help
@@ -37,6 +37,7 @@ DEPEND="${RDEPEND}
>=dev-util/intltool-0.35"
G2CONF="${G2CONF} \
+ --disable-telepathy \
$(use_enable dbus) \
$(use_enable libnotify) \
$(use_enable spell aspell)"