diff options
author | Olivier Crête <tester@gentoo.org> | 2007-03-08 13:14:30 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2007-03-08 13:14:30 +0000 |
commit | e0557cfa017c193ec584be5c781ddd58a1e2a6c6 (patch) | |
tree | b54a37afcbd59d4c670d2c6b80b8a57f864ad89c /net-im/gossip/gossip-0.23.ebuild | |
parent | Require userpriv in FEATURES to run unit tests because they fail when run as ... (diff) | |
download | gentoo-2-e0557cfa017c193ec584be5c781ddd58a1e2a6c6.tar.gz gentoo-2-e0557cfa017c193ec584be5c781ddd58a1e2a6c6.tar.bz2 gentoo-2-e0557cfa017c193ec584be5c781ddd58a1e2a6c6.zip |
Ooops, shouldnt have been stable (and force telepathy off for now, its far from being stable)
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-im/gossip/gossip-0.23.ebuild')
-rw-r--r-- | net-im/gossip/gossip-0.23.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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)" |