diff options
Diffstat (limited to 'app-pda/x70talk/x70talk-0.1.4.ebuild')
-rw-r--r-- | app-pda/x70talk/x70talk-0.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/x70talk/x70talk-0.1.4.ebuild b/app-pda/x70talk/x70talk-0.1.4.ebuild index 2c5270b2b7f9..7d79173816f1 100644 --- a/app-pda/x70talk/x70talk-0.1.4.ebuild +++ b/app-pda/x70talk/x70talk-0.1.4.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/app-pda/x70talk/x70talk-0.1.4.ebuild,v 1.3 2004/10/18 12:27:11 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/x70talk/x70talk-0.1.4.ebuild,v 1.4 2004/11/30 21:25:02 swegener Exp $ DESCRIPTION="Communicate and sync with Panasonic X70 mobile phone" HOMEPAGE="http://x70talk.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" -DEPEND="bluez-libs" +DEPEND="net-wireless/bluez-libs" IUSE="" S=${WORKDIR}/${PN} |