diff options
author | 2015-01-18 08:47:51 +0000 | |
---|---|---|
committer | 2015-01-18 08:47:51 +0000 | |
commit | e8d330db649077d203c3dfcf77d00b65c057a481 (patch) | |
tree | 4dc900faf2f6067b9db49ed01ffd2a0ecc9b0e61 /app-accessibility/brltty | |
parent | Stable for ppc64, wrt bug #534914 (diff) | |
download | gentoo-2-e8d330db649077d203c3dfcf77d00b65c057a481.tar.gz gentoo-2-e8d330db649077d203c3dfcf77d00b65c057a481.tar.bz2 gentoo-2-e8d330db649077d203c3dfcf77d00b65c057a481.zip |
Stable for ppc64, wrt bug #534800
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-accessibility/brltty')
-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 b8dd5e5e8ecb..a48a16429463 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.164 2015/01/17 14:01:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.165 2015/01/18 08:47:51 ago Exp $ + + 18 Jan 2015; Agostino Sarubbo <ago@gentoo.org> brltty-5.2.ebuild: + Stable for ppc64, wrt bug #534800 17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> brltty-5.2.ebuild: Stable for ppc, wrt bug #534800 diff --git a/app-accessibility/brltty/brltty-5.2.ebuild b/app-accessibility/brltty/brltty-5.2.ebuild index 5ece7028ff10..a36abb09a577 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.4 2015/01/17 14:01:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.2.ebuild,v 1.5 2015/01/18 08:47:51 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" |