diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-09-22 14:26:58 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-09-22 14:26:58 +0000 |
commit | fddf445409e70777dea374e6abbd8d29c84ce1a1 (patch) | |
tree | 3d09b8d5a7f88ca0c1d94b35332883455a6a532c /app-accessibility | |
parent | Stable on ppc wrt bug 191489 (diff) | |
download | gentoo-2-fddf445409e70777dea374e6abbd8d29c84ce1a1.tar.gz gentoo-2-fddf445409e70777dea374e6abbd8d29c84ce1a1.tar.bz2 gentoo-2-fddf445409e70777dea374e6abbd8d29c84ce1a1.zip |
Marked stable on amd64 as per bug 186958.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/brltty/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/brltty/ChangeLog b/app-accessibility/brltty/ChangeLog index 6472ef9526e7..ad15f89a1ab2 100644 --- a/app-accessibility/brltty/ChangeLog +++ b/app-accessibility/brltty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/brltty # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.63 2007/09/07 20:34:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.64 2007/09/22 14:26:58 philantrop Exp $ + + 22 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> brltty-3.8.ebuild: + Marked stable on amd64 as per bug 186958. 07 Sep 2007; Jeroen Roovers <jer@gentoo.org> brltty-3.8.ebuild: Stable for HPPA (bug #186958). diff --git a/app-accessibility/brltty/brltty-3.8.ebuild b/app-accessibility/brltty/brltty-3.8.ebuild index 266cb55d0057..2c701cc1db3b 100644 --- a/app-accessibility/brltty/brltty-3.8.ebuild +++ b/app-accessibility/brltty/brltty-3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.8.ebuild,v 1.8 2007/09/07 20:34:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-3.8.ebuild,v 1.9 2007/09/22 14:26:58 philantrop Exp $ inherit eutils multilib toolchain-funcs @@ -10,7 +10,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="doc gpm usb X" DEPEND=" gpm? ( >=sys-libs/gpm-1.20 ) |