diff options
Diffstat (limited to 'net-wireless/libbtctl/libbtctl-0.4.1.ebuild')
-rw-r--r-- | net-wireless/libbtctl/libbtctl-0.4.1.ebuild | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/net-wireless/libbtctl/libbtctl-0.4.1.ebuild b/net-wireless/libbtctl/libbtctl-0.4.1.ebuild index 7b25a223c6b4..38ca1eb95d14 100644 --- a/net-wireless/libbtctl/libbtctl-0.4.1.ebuild +++ b/net-wireless/libbtctl/libbtctl-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/libbtctl-0.4.1.ebuild,v 1.5 2004/10/16 17:27:11 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/libbtctl-0.4.1.ebuild,v 1.6 2004/10/16 17:40:26 liquidx Exp $ inherit gnome2 mono @@ -18,8 +18,11 @@ RDEPEND=">=dev-libs/glib-2 >=net-wireless/bluez-libs-2.7 >=dev-libs/openobex-1 >=dev-lang/python-2.3 - >=dev-python/pygtk-2.0 - !sparc? ( mono? ( >=dev-dotnet/mono-0.96 ) )" + >=dev-python/pygtk-2.0" + +# none of the mono versions we want are stable, +# so we are masking mono support for now. +# !sparc? ( mono? ( >=dev-dotnet/mono-0.96 ) )" DEPEND="${RDEPEND} dev-util/intltool @@ -31,7 +34,10 @@ DOCS="README NEWS ChangeLog AUTHORS COPYING" USE_DESTDIR="yes" src_compile() { - use sparc || G2CONF="`use_enable mono`" +# no stable mono versions available. we'll re-enable once +# one of the mono's has been marked stable. +# use sparc || G2CONF="`use_enable mono`" + G2CONF="--disable-mono" gnome2_src_configure sed -i -e "s/libext=\"a/& la/" libtool emake || die "make failed" |