diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2011-04-10 12:49:05 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2011-04-10 12:49:05 +0000 |
commit | 96f4e72f029d093650111ef909eb8369467bb554 (patch) | |
tree | 892fe223da7e01cff8e19dee7d4f19bdac3215d7 /app-accessibility | |
parent | Revert USE=static-libs and simply pass --disable-static. (diff) | |
download | gentoo-2-96f4e72f029d093650111ef909eb8369467bb554.tar.gz gentoo-2-96f4e72f029d093650111ef909eb8369467bb554.tar.bz2 gentoo-2-96f4e72f029d093650111ef909eb8369467bb554.zip |
Stable on alpha, bug #358503
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/brltty/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/brltty/ChangeLog b/app-accessibility/brltty/ChangeLog index 1c7ef8e9e5e6..721b54b7bc09 100644 --- a/app-accessibility/brltty/ChangeLog +++ b/app-accessibility/brltty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/brltty # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.117 2011/04/02 07:06:55 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.118 2011/04/10 12:49:05 klausman Exp $ + + 10 Apr 2011; Tobias Klausmann <klausman@gentoo.org> brltty-4.2.ebuild: + Stable on alpha, bug #358503 02 Apr 2011; Christoph Mende <angelos@gentoo.org> brltty-4.2.ebuild: Stable on amd64 wrt bug #358503 diff --git a/app-accessibility/brltty/brltty-4.2.ebuild b/app-accessibility/brltty/brltty-4.2.ebuild index 8d470858faaf..8527eb6fcdbb 100644 --- a/app-accessibility/brltty/brltty-4.2.ebuild +++ b/app-accessibility/brltty/brltty-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.12 2011/04/02 07:06:55 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.13 2011/04/10 12:49:05 klausman Exp $ EAPI="4" FINDLIB_USE="ocaml" @@ -14,7 +14,7 @@ SRC_URI="http://mielke.cc/brltty/releases/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 x86" +KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 x86" IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu java +learn-mode +midi nls ocaml +pcm python usb +speech tcl X" |