diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-02-07 15:59:15 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-02-07 15:59:15 +0000 |
commit | da9e052422e669ff4d24394bbaf735155b00ccbf (patch) | |
tree | d8f8dede18ce6a10ab67606c771d8271908539c8 /net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild | |
parent | version bump to 0.6.0 and stable x86 bump (diff) | |
download | gentoo-2-da9e052422e669ff4d24394bbaf735155b00ccbf.tar.gz gentoo-2-da9e052422e669ff4d24394bbaf735155b00ccbf.tar.bz2 gentoo-2-da9e052422e669ff4d24394bbaf735155b00ccbf.zip |
Version bump (#113497). stable bump for x86 to solve python problems with gnome-bluetooth-manager (#99197). version 0.7.0 fixes icon problems (#104977).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild')
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild index d44a520f5346..3377c5de54fc 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.6.0.ebuild,v 1.3 2006/02/01 11:51:44 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild,v 1.4 2006/02/07 15:59:15 liquidx Exp $ inherit distutils gnome2 eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://usefulinc.com/software/gnome-bluetooth/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" RDEPEND=">=gnome-base/libgnomeui-2 @@ -25,7 +25,7 @@ RDEPEND=">=gnome-base/libgnomeui-2 >=dev-util/gob-2 >=dev-libs/openobex-1 >=net-wireless/bluez-libs-2.7 - >=net-wireless/libbtctl-0.5.0 + =net-wireless/libbtctl-0.5* >=dev-python/pygtk-2.0 >=dev-python/gnome-python-2" @@ -36,6 +36,7 @@ DEPEND="${RDEPEND} DOCS="README NEWS AUTHORS COPYING ChangeLog" MAKEOPTS="${MAKEOPTS} -j1" PYTHON_MODNAME="gnomebt" +USE_DESTDIR=1 src_unpack() { unpack ${A} |