diff options
author | 2010-12-31 18:23:41 +0000 | |
---|---|---|
committer | 2010-12-31 18:23:41 +0000 | |
commit | 6cacb7da591ff919c92166951c69fc4657e227d9 (patch) | |
tree | c98317f98c72e3b21180b8032ea9b79eed4c2406 /app-accessibility | |
parent | Patch by Samuli Suominen to drop hal support in favor of upstream replacement... (diff) | |
download | gentoo-2-6cacb7da591ff919c92166951c69fc4657e227d9.tar.gz gentoo-2-6cacb7da591ff919c92166951c69fc4657e227d9.tar.bz2 gentoo-2-6cacb7da591ff919c92166951c69fc4657e227d9.zip |
fix S variable in the snapshot for 2.6.36
(Portage version: 2.2.0_alpha10/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speakup/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/speakup/speakup-3.1.6_p201011120508.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-accessibility/speakup/ChangeLog b/app-accessibility/speakup/ChangeLog index 3a688f5ba530..5081ca037993 100644 --- a/app-accessibility/speakup/ChangeLog +++ b/app-accessibility/speakup/ChangeLog @@ -1,6 +1,11 @@ # 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.55 2010/12/20 18:19:24 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.56 2010/12/31 18:23:41 williamh Exp $ + + 31 Dec 2010; William Hubbs <williamh@gentoo.org> + speakup-3.1.6_p201011120508.ebuild: + fix snapshot for 2.6.36 + The S variable wasn't set correctly. 20 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 370cc26d83e6..6c833803d2dc 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 # 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.2 2010/12/20 18:19:24 williamh Exp $ +# $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 $ EAPI="2" @@ -22,6 +22,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="modules" +S="${WORKDIR}/${PN}-3.1.6" MODULE_NAMES="speakup(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) speakup_acntpc(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) speakup_acntsa(${PN}:\"${S}\"/modules:\"${S}\"/drivers/staging/speakup) |