diff options
author | William Hubbs <williamh@gentoo.org> | 2011-01-13 00:07:44 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-01-13 00:07:44 +0000 |
commit | 68a8e3a2f8b05764af24ca516f6edaef645b77b2 (patch) | |
tree | bdb2488dc07d47cde66fc430ff9faf3534114dcd /app-accessibility/speakup | |
parent | Fix RDEPEND since speakup is part of linux-2.6.37 or later. (diff) | |
download | gentoo-2-68a8e3a2f8b05764af24ca516f6edaef645b77b2.tar.gz gentoo-2-68a8e3a2f8b05764af24ca516f6edaef645b77b2.tar.bz2 gentoo-2-68a8e3a2f8b05764af24ca516f6edaef645b77b2.zip |
fix snapshot to only work for 2.6.36
(Portage version: 2.2.0_alpha14/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/speakup')
-rw-r--r-- | app-accessibility/speakup/ChangeLog | 10 | ||||
-rw-r--r-- | app-accessibility/speakup/speakup-3.1.6_p201011120508.ebuild | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-accessibility/speakup/ChangeLog b/app-accessibility/speakup/ChangeLog index 5081ca037993..1cb037c2209f 100644 --- a/app-accessibility/speakup/ChangeLog +++ b/app-accessibility/speakup/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/speakup -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.56 2010/12/31 18:23:41 williamh Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.57 2011/01/13 00:07:44 williamh Exp $ + + 13 Jan 2011; William Hubbs <williamh@gentoo.org> + speakup-3.1.6_p201011120508.ebuild: + this version only works for kernel 2.6.36. + No one should emerge this package for 2.6.37 or later unless they are + using the live ebuild. 31 Dec 2010; William Hubbs <williamh@gentoo.org> speakup-3.1.6_p201011120508.ebuild: diff --git a/app-accessibility/speakup/speakup-3.1.6_p201011120508.ebuild b/app-accessibility/speakup/speakup-3.1.6_p201011120508.ebuild index 6c833803d2dc..5fc8a6ce9979 100644 --- a/app-accessibility/speakup/speakup-3.1.6_p201011120508.ebuild +++ b/app-accessibility/speakup/speakup-3.1.6_p201011120508.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.1.6_p201011120508.ebuild,v 1.3 2010/12/31 18:23:41 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.1.6_p201011120508.ebuild,v 1.4 2011/01/13 00:07:44 williamh Exp $ EAPI="2" @@ -44,8 +44,8 @@ BUILD_TARGETS="clean all" src_prepare() { use modules && cmd=die || cmd=ewarn - if kernel_is lt 2 6 36; then - $cmd "Speakup requires at least kernel version 2.6.36" + if kernel_is ne 2 6 36; then + $cmd "This version of speakup requires kernel version 2.6.36" fi } |