diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-16 18:39:37 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-16 18:39:37 +0000 |
commit | 9e27ac5396685eebda4eda625547ce3804650531 (patch) | |
tree | d8a4ce5e21c48a788dff7782ecf8a97f24a780f7 /app-text | |
parent | sed fix (diff) | |
download | historical-9e27ac5396685eebda4eda625547ce3804650531.tar.gz historical-9e27ac5396685eebda4eda625547ce3804650531.tar.bz2 historical-9e27ac5396685eebda4eda625547ce3804650531.zip |
add sed depend
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/antiword/antiword-0.33.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-text/antiword/antiword-0.33.ebuild b/app-text/antiword/antiword-0.33.ebuild index 1c1dfdd0ca20..a6dd48356e0e 100644 --- a/app-text/antiword/antiword-0.33.ebuild +++ b/app-text/antiword/antiword-0.33.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.33.ebuild,v 1.8 2003/03/09 14:54:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.33.ebuild,v 1.9 2003/03/16 18:39:37 seemant Exp $ + +IUSE="kde" DESCRIPTION="free MS Word reader for Linux and RISC OS" SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz" HOMEPAGE="http://www.winfield.demon.nl" -IUSE="kde" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc" -DEPEND="app-text/ghostscript" +DEPEND=">=sys-apps/sed-4.0.5 + app-text/ghostscript" src_unpack() { unpack ${A} |