diff options
author | 2004-10-30 00:38:57 +0000 | |
---|---|---|
committer | 2004-10-30 00:38:57 +0000 | |
commit | 87a97aad93299528a8d249b1669e436af99db225 (patch) | |
tree | 4978daca15ec1ba7e073cec1110ab5bfc3b21323 /app-accessibility/speechd-up | |
parent | Now using a snapshot I took today. The code seems to be stable (not touched ... (diff) | |
download | historical-87a97aad93299528a8d249b1669e436af99db225.tar.gz historical-87a97aad93299528a8d249b1669e436af99db225.tar.bz2 historical-87a97aad93299528a8d249b1669e436af99db225.zip |
Fixed DEPEND.
Diffstat (limited to 'app-accessibility/speechd-up')
-rw-r--r-- | app-accessibility/speechd-up/Manifest | 8 | ||||
-rw-r--r-- | app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild | 5 |
2 files changed, 5 insertions, 8 deletions
diff --git a/app-accessibility/speechd-up/Manifest b/app-accessibility/speechd-up/Manifest index 6cd9ccae7d86..cbb22389e58e 100644 --- a/app-accessibility/speechd-up/Manifest +++ b/app-accessibility/speechd-up/Manifest @@ -3,13 +3,13 @@ Hash: SHA1 MD5 6269c3c7476ecab88289bb4ca09765f6 metadata.xml 230 MD5 a94ce93e31516b2819d855313aa9c74c ChangeLog 1303 -MD5 25f5718525c8b399c2a9c43f10d30fa3 speechd-up-0.3_pre20041029.ebuild 826 +MD5 097a23853d9102c03e6df0cb4c02fd96 speechd-up-0.3_pre20041029.ebuild 751 MD5 abed5ea303064114398358f1a2a8d396 files/speechd-up.rc 563 MD5 f79e693d2592f8b2d2656e1cbed07415 files/digest-speechd-up-0.3_pre20041029 79 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBguJiArHZZzCEUG0RAhMwAJ0a4dewsy4zmgX0Df0SccdaKV3HlACfe9mx -b9sl0AERg13Vq6VzD0Jma3o= -=YjBq +iD8DBQFBguKzArHZZzCEUG0RAuzRAJ971o6bgJi/YWJNEZhUzEh1ghRCuQCfTAE8 +nvY3tu5z47e34QDwSJR6kb8= +=88z1 -----END PGP SIGNATURE----- diff --git a/app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild b/app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild index 7d059e16d207..c046c05dd2ce 100644 --- a/app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild +++ b/app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild,v 1.1 2004/10/30 00:37:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild,v 1.2 2004/10/30 00:38:57 eradicator Exp $ IUSE="" @@ -15,9 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="virtual/libc" -DEPEND="${RDEPEND} - >=sys-devel/automake-1.7.8 - >=sys-devel/autoconf-2.58" src_compile() { econf || die |