diff options
Diffstat (limited to 'net-wireless/libbtctl/libbtctl-0.10.0.ebuild')
-rw-r--r-- | net-wireless/libbtctl/libbtctl-0.10.0.ebuild | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/net-wireless/libbtctl/libbtctl-0.10.0.ebuild b/net-wireless/libbtctl/libbtctl-0.10.0.ebuild index d37caad41360..b6b456104917 100644 --- a/net-wireless/libbtctl/libbtctl-0.10.0.ebuild +++ b/net-wireless/libbtctl/libbtctl-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/libbtctl-0.10.0.ebuild,v 1.3 2009/01/29 23:05:11 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/libbtctl-0.10.0.ebuild,v 1.4 2009/01/29 23:21:29 loki_val Exp $ inherit autotools gnome2 multilib mono @@ -10,20 +10,14 @@ HOMEPAGE="http://live.gnome.org/GnomeBluetooth" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="mono doc" +IUSE="doc" RDEPEND=">=dev-libs/glib-2 >=net-wireless/bluez-utils-2.25 >=net-wireless/bluez-libs-2.25 >=dev-libs/openobex-1.2 >=dev-lang/python-2.3 - >=dev-python/pygtk-2.0 - !sparc? ( - mono? ( - >=dev-lang/mono-0.96 - =dev-dotnet/gtk-sharp-1.0* - ) - )" + >=dev-python/pygtk-2.0" DEPEND="${RDEPEND} >=dev-util/intltool-0.35 @@ -46,12 +40,8 @@ src_unpack() { eautoreconf } -pkg_setup() { - use sparc || G2CONF="${G2CONF} $(use_enable mono)" -} - src_compile() { - gnome2_src_configure + gnome2_src_configure --disable-mono sed -e 's/libext="a/& la/' -i libtool || die "sed failed" emake || die "compile failure" |