diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2007-07-13 22:53:50 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2007-07-13 22:53:50 +0000 |
commit | 2e361fe3be363a872956705f15706b39b9820d05 (patch) | |
tree | 7ff016b3e71b6d767de5b17611847cbc984b96aa /app-mobilephone | |
parent | was bug #169481 (diff) | |
download | gentoo-2-2e361fe3be363a872956705f15706b39b9820d05.tar.gz gentoo-2-2e361fe3be363a872956705f15706b39b9820d05.tar.bz2 gentoo-2-2e361fe3be363a872956705f15706b39b9820d05.zip |
Adding another dependency since the ebuild doesn't compile when either the gammu or obex USE flag is set without having bluez-libs installed.
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/kmobiletools/ChangeLog | 7 | ||||
-rw-r--r-- | app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta3.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-mobilephone/kmobiletools/ChangeLog b/app-mobilephone/kmobiletools/ChangeLog index 2fd1b7ba02ec..3ae2c9162c32 100644 --- a/app-mobilephone/kmobiletools/ChangeLog +++ b/app-mobilephone/kmobiletools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-mobilephone/kmobiletools # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kmobiletools/ChangeLog,v 1.18 2007/07/09 00:50:24 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kmobiletools/ChangeLog,v 1.19 2007/07/13 22:53:50 keytoaster Exp $ + + 13 Jul 2007; Tobias Heinlein <keytoaster@gentoo.org> + kmobiletools-0.5.0_beta3.ebuild: + Adding another dependency since the ebuild doesn't compile when either the + gammu or obex USE flag is set without having bluez-libs installed. 09 Jul 2007; Tobias Heinlein <keytoaster@gentoo.org> +files/kmobiletools-0.5.0_beta3-obexftp-file-collision-fix.patch, diff --git a/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta3.ebuild b/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta3.ebuild index 7eaba24fb117..ffd1cfd744fe 100644 --- a/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta3.ebuild +++ b/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta3.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/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta3.ebuild,v 1.3 2007/07/09 00:50:24 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kmobiletools/kmobiletools-0.5.0_beta3.ebuild,v 1.4 2007/07/13 22:53:50 keytoaster Exp $ inherit kde eutils @@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86" DEPEND="kde? ( || ( ( kde-base/libkcal kde-base/kontact ) kde-base/kdepim ) ) bluetooth? ( >=net-wireless/kdebluetooth-1.0_beta2 ) - gammu? ( ~app-mobilephone/gammu-1.11.0 ) - obex? ( >=app-mobilephone/obexftp-0.21 )" + gammu? ( ~app-mobilephone/gammu-1.11.0 net-wireless/bluez-libs ) + obex? ( >=app-mobilephone/obexftp-0.21 net-wireless/bluez-libs )" need-kde 3.4 |