diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-09-27 22:45:42 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-09-27 22:45:42 +0000 |
commit | 713ccb888498b9d21876a459d81dd10259247e2c (patch) | |
tree | 4346ce8a9a6883bb815aefe7bba9c821dd30aab5 /net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild | |
parent | Remove old (diff) | |
download | gentoo-2-713ccb888498b9d21876a459d81dd10259247e2c.tar.gz gentoo-2-713ccb888498b9d21876a459d81dd10259247e2c.tar.bz2 gentoo-2-713ccb888498b9d21876a459d81dd10259247e2c.zip |
Added a patch to get rid of G*_DISABLE_DEPRECATED. Fixes bug 193467.
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild')
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild index 4ca8db203b3a..efc42af9f411 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.8.0.ebuild,v 1.1 2006/11/04 08:49:21 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild,v 1.2 2007/09/27 22:45:41 philantrop Exp $ inherit distutils gnome2 eutils multilib autotools @@ -41,6 +41,8 @@ USE_DESTDIR=1 src_unpack() { unpack ${A} cd "${S}" + + epatch "${FILESDIR}/${P}-G_DEPRECATED.patch" sed -i -e 's:${libdir:/${platlibdir:' acinclude.m4 eautoreconf } |