diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 14:00:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 14:00:07 +0000 |
commit | 42e5b0358786267a51a43458ee0a38335b1a8861 (patch) | |
tree | d3de568fc546d5bd2fed7cfc7793f55f6b3c5817 /app-accessibility | |
parent | Remove old. (diff) | |
download | gentoo-2-42e5b0358786267a51a43458ee0a38335b1a8861.tar.gz gentoo-2-42e5b0358786267a51a43458ee0a38335b1a8861.tar.bz2 gentoo-2-42e5b0358786267a51a43458ee0a38335b1a8861.zip |
Stable for ia64, wrt bug #534800
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", 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 93541e8b0ebd..8391965b48d1 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.168 2015/02/24 09:05:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.169 2015/02/28 14:00:07 ago Exp $ + + 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> brltty-5.2.ebuild: + Stable for ia64, wrt bug #534800 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> brltty-5.2.ebuild: Stable for alpha, wrt bug #534800 diff --git a/app-accessibility/brltty/brltty-5.2.ebuild b/app-accessibility/brltty/brltty-5.2.ebuild index 9303bebeed56..e0e931bcb46a 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.7 2015/02/24 09:05:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.2.ebuild,v 1.8 2015/02/28 14:00:07 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" |