summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-01-12 23:56:02 +0000
committerWilliam Hubbs <williamh@gentoo.org>2011-01-12 23:56:02 +0000
commit962225a1813ca9b557d0748d429b991a09da2d5f (patch)
treef232ae722943ed1e19655938d60b01910b277354 /app-accessibility/espeakup/espeakup-9999.ebuild
parentVersion bump and remove old. (diff)
downloadgentoo-2-962225a1813ca9b557d0748d429b991a09da2d5f.tar.gz
gentoo-2-962225a1813ca9b557d0748d429b991a09da2d5f.tar.bz2
gentoo-2-962225a1813ca9b557d0748d429b991a09da2d5f.zip
Fix RDEPEND since speakup is part of linux-2.6.37 or later.
We want to favor the speakup built into the kernel for virtual/linux-sources >= 2.6.37 and still work with older kernels. (Portage version: 2.2.0_alpha14/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/espeakup/espeakup-9999.ebuild')
-rw-r--r--app-accessibility/espeakup/espeakup-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild
index 131bb46bdcad..717bf6cc33b2 100644
--- a/app-accessibility/espeakup/espeakup-9999.ebuild
+++ b/app-accessibility/espeakup/espeakup-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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/espeakup/espeakup-9999.ebuild,v 1.5 2009/11/01 18:50:30 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.6 2011/01/12 23:56:02 williamh Exp $
EGIT_REPO_URI="git://github.com/williamh/espeakup.git"
inherit git
@@ -16,7 +16,7 @@ IUSE=""
DEPEND="app-accessibility/espeak"
RDEPEND="${DEPEND}
- app-accessibility/speakup"
+ || ( >=virtual/linux-sources-2.6.37 app-accessibility/speakup )"
src_compile() {
emake || die "Compile failed."