diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-28 14:32:32 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-28 14:32:32 +0000 |
commit | 288e93c75bc91741cc20b36388c556050d5f3c6a (patch) | |
tree | 92447c91889f884635248fd9b31b9262ebbd5dcb /app-i18n | |
parent | Dependencie fixes (diff) | |
download | historical-288e93c75bc91741cc20b36388c556050d5f3c6a.tar.gz historical-288e93c75bc91741cc20b36388c556050d5f3c6a.tar.bz2 historical-288e93c75bc91741cc20b36388c556050d5f3c6a.zip |
dependencie fixes for rc5
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/aspell-de/aspell-de-20001109.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-i18n/aspell-de/aspell-de-20001109.ebuild b/app-i18n/aspell-de/aspell-de-20001109.ebuild index 313a2eba10ea..cc5c9d3804ea 100644 --- a/app-i18n/aspell-de/aspell-de-20001109.ebuild +++ b/app-i18n/aspell-de/aspell-de-20001109.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-de/aspell-de-20001109.ebuild,v 1.2 2001/05/09 04:37:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-de/aspell-de-20001109.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ P=igerman98-${PV} S=${WORKDIR}/${P} @@ -9,7 +9,9 @@ DESCRIPTION="A german dictionary for ispell" SRC_URI="http://www.suse.de/~bjacke/igerman98/dict/${P}.tar.bz2" HOMEPAGE="http://www.suse.de/~bjacke/igerman98/" -DEPEND="app-text/aspell" +DEPEND="app-text/aspell app-text/ispell" +RDEPEND="app-text/aspell" + src_unpack() { unpack ${A} |