diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-03 09:42:02 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-03 09:42:02 +0000 |
commit | 2c45f8ca587acf92b6e76b71961dd6f0ac525094 (patch) | |
tree | 79dba170c76d8dd7d99f5dd23a3ad5eec84d4199 /app-accessibility/orca | |
parent | Version bump, add braille support (#486794 by Chris Brannon), drop old. (diff) | |
download | gentoo-2-2c45f8ca587acf92b6e76b71961dd6f0ac525094.tar.gz gentoo-2-2c45f8ca587acf92b6e76b71961dd6f0ac525094.tar.bz2 gentoo-2-2c45f8ca587acf92b6e76b71961dd6f0ac525094.zip |
Require at least the brltty version that finally worked for me
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-accessibility/orca')
-rw-r--r-- | app-accessibility/orca/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/orca/orca-3.12.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/orca/ChangeLog b/app-accessibility/orca/ChangeLog index 9f681eaad0e4..8bece2834592 100644 --- a/app-accessibility/orca/ChangeLog +++ b/app-accessibility/orca/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/orca # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.135 2014/10/03 09:39:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.136 2014/10/03 09:42:02 pacho Exp $ + + 03 Oct 2014; Pacho Ramos <pacho@gentoo.org> orca-3.12.3.ebuild: + Require at least the brltty version that finally worked for me *orca-3.12.3 (03 Oct 2014) diff --git a/app-accessibility/orca/orca-3.12.3.ebuild b/app-accessibility/orca/orca-3.12.3.ebuild index 381a0571df09..598db58751c0 100644 --- a/app-accessibility/orca/orca-3.12.3.ebuild +++ b/app-accessibility/orca/orca-3.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-3.12.3.ebuild,v 1.1 2014/10/03 09:39:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-3.12.3.ebuild,v 1.2 2014/10/03 09:42:02 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -31,7 +31,7 @@ COMMON_DEPEND=" >=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}] >=x11-libs/gtk+-3.6.2:3[introspection] braille? ( - app-accessibility/brltty[${PYTHON_USEDEP}] + >=app-accessibility/brltty-5.0-r3[${PYTHON_USEDEP}] dev-libs/liblouis[${PYTHON_USEDEP}] ) ${PYTHON_DEPS} " |