diff options
Diffstat (limited to 'app-mobilephone/scmxx/scmxx-0.9.0.ebuild')
-rw-r--r-- | app-mobilephone/scmxx/scmxx-0.9.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild index 3456c5f1e05b..00b3aef2293d 100644 --- a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild +++ b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/scmxx/scmxx-0.9.0.ebuild,v 1.2 2006/06/02 18:47:31 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/scmxx/scmxx-0.9.0.ebuild,v 1.3 2009/08/15 22:48:59 mrness Exp $ DESCRIPTION="Exchange data with Siemens phones" HOMEPAGE="http://www.hendrik-sattler.de/scmxx/" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="bluetooth nls" -DEPEND="bluetooth? ( net-wireless/bluez-libs ) +RDEPEND="bluetooth? ( || ( net-wireless/bluez net-wireless/bluez-libs ) )" +DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_install() { |