diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-12 21:45:43 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-12 21:45:43 +0000 |
commit | cf556a792efb8a4907eaf1b5547aef3990fe6551 (patch) | |
tree | d796be44f92297d0485ac776b2904056d554b8c1 /net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild | |
parent | amd64 stable wrt #198845 (diff) | |
download | gentoo-2-cf556a792efb8a4907eaf1b5547aef3990fe6551.tar.gz gentoo-2-cf556a792efb8a4907eaf1b5547aef3990fe6551.tar.bz2 gentoo-2-cf556a792efb8a4907eaf1b5547aef3990fe6551.zip |
amd64 stable wrt #198845 and work around broken python wrt #187826
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild')
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild index c5c8630e83f2..9ba81186fa46 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.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-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild,v 1.5 2007/10/28 11:02:34 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild,v 1.6 2007/11/12 21:45:43 drac Exp $ inherit distutils gnome2 eutils multilib autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://live.gnome.org/GnomeBluetooth" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=gnome-base/libgnomeui-2 @@ -46,6 +46,11 @@ src_unpack() { sed -i -e 's:${libdir:/${platlibdir:' acinclude.m4 || die "sed failed" intltoolize --force eautoreconf + + # Python <=2.4 and Automake fails to support multilib wrt #187826 + sed -e "s:$PYTHON -c \"from:true \"from:g" \ + -e "s:lib/python:$(get_libdir)/python:g" \ + -i configure } src_compile() { |