diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 09:05:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 09:05:32 +0000 |
commit | 7353616616dcc3e2a8c79d514dc66d5fac3b63cd (patch) | |
tree | 455deac7ebb11bfe79c06cd9864d35946b7a2f91 /app-accessibility | |
parent | Stable for alpha, wrt bug #535298 (diff) | |
download | gentoo-2-7353616616dcc3e2a8c79d514dc66d5fac3b63cd.tar.gz gentoo-2-7353616616dcc3e2a8c79d514dc66d5fac3b63cd.tar.bz2 gentoo-2-7353616616dcc3e2a8c79d514dc66d5fac3b63cd.zip |
Stable for alpha, wrt bug #534800
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/brltty/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/brltty/ChangeLog b/app-accessibility/brltty/ChangeLog index ca5e1bd7bfec..93541e8b0ebd 100644 --- a/app-accessibility/brltty/ChangeLog +++ b/app-accessibility/brltty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/brltty # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.167 2015/01/27 23:41:40 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.168 2015/02/24 09:05:32 ago Exp $ + + 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> brltty-5.2.ebuild: + Stable for alpha, wrt bug #534800 27 Jan 2015; Christopher Brannon <teiresias@gentoo.org> -brltty-4.5-r3.ebuild, -brltty-5.0-r2.ebuild, -brltty-5.1.ebuild, diff --git a/app-accessibility/brltty/brltty-5.2.ebuild b/app-accessibility/brltty/brltty-5.2.ebuild index d113f38b407c..9303bebeed56 100644 --- a/app-accessibility/brltty/brltty-5.2.ebuild +++ b/app-accessibility/brltty/brltty-5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.2.ebuild,v 1.6 2015/01/26 10:37:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.2.ebuild,v 1.7 2015/02/24 09:05:32 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://brltty.com/archive/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 x86" IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu java +midi ncurses nls ocaml +pcm python usb +speech tcl X" |