diff options
author | William Hubbs <williamh@gentoo.org> | 2009-06-11 11:35:31 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2009-06-11 11:35:31 +0000 |
commit | debb52a03284c82428c3642e46c996df37b6b2f8 (patch) | |
tree | 384da28db8e85407f294d065cad22d97a0f00129 /app-accessibility/brltty/brltty-4.0.ebuild | |
parent | fixed spelling (diff) | |
download | historical-debb52a03284c82428c3642e46c996df37b6b2f8.tar.gz historical-debb52a03284c82428c3642e46c996df37b6b2f8.tar.bz2 historical-debb52a03284c82428c3642e46c996df37b6b2f8.zip |
Fixed bluetooth dependency for bug #272735.
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'app-accessibility/brltty/brltty-4.0.ebuild')
-rw-r--r-- | app-accessibility/brltty/brltty-4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/brltty/brltty-4.0.ebuild b/app-accessibility/brltty/brltty-4.0.ebuild index bb9c39da45a4..3251b43c2610 100644 --- a/app-accessibility/brltty/brltty-4.0.ebuild +++ b/app-accessibility/brltty/brltty-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.0.ebuild,v 1.1 2009/05/18 13:35:03 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.0.ebuild,v 1.2 2009/06/11 11:35:31 williamh Exp $ EAPI="2" FINDLIB_USE="ocaml" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="bluetooth doc gpm iconv icu java nls ocaml python usb tcl X" -COMMON_DEP="bluetooth? ( net-wireless/bluez-libs ) +COMMON_DEP="bluetooth? ( || ( net-wireless/bluez net-wireless/bluez-libs ) ) gpm? ( >=sys-libs/gpm-1.20 ) iconv? ( virtual/libiconv ) icu? ( dev-libs/icu ) |