summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-04-03 00:01:02 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-04-03 00:01:02 +0000
commit1b2f1cf6ce7db0e0d884632c8a135c6d663efa2a (patch)
tree6ded5869a58f35e33734f7914229c16ee14a9b2d /app-text
parentnew package (diff)
downloadgentoo-2-1b2f1cf6ce7db0e0d884632c8a135c6d663efa2a.tar.gz
gentoo-2-1b2f1cf6ce7db0e0d884632c8a135c6d663efa2a.tar.bz2
gentoo-2-1b2f1cf6ce7db0e0d884632c8a135c6d663efa2a.zip
small fix in DEPEND
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pspell-ispell/pspell-ispell-0.12-r1.ebuild4
-rw-r--r--app-text/pspell/pspell-0.12.2-r2.ebuild5
2 files changed, 5 insertions, 4 deletions
diff --git a/app-text/pspell-ispell/pspell-ispell-0.12-r1.ebuild b/app-text/pspell-ispell/pspell-ispell-0.12-r1.ebuild
index ac1c31f71a95..200e24873896 100644
--- a/app-text/pspell-ispell/pspell-ispell-0.12-r1.ebuild
+++ b/app-text/pspell-ispell/pspell-ispell-0.12-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspell-ispell/pspell-ispell-0.12-r1.ebuild,v 1.1 2002/04/02 23:45:38 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pspell-ispell/pspell-ispell-0.12-r1.ebuild,v 1.2 2002/04/02 23:57:46 azarah Exp $
#Remove '-ispell' from name for download subdirectory
MYPN=${PN/-ispell//}
@@ -15,7 +15,7 @@ SRC_URI="http://prdownloads.sourceforge.net/${MYPN}/${PN}-${MYPV}.tar.gz"
HOMEPAGE="http://pspell.sourceforge.net"
DEPEND=">=app-text/pspell-0.12.2-r2
- app-text/ispell-3.2.06-r1"
+ >=app-text/ispell-3.2.06-r1"
src_compile() {
diff --git a/app-text/pspell/pspell-0.12.2-r2.ebuild b/app-text/pspell/pspell-0.12.2-r2.ebuild
index b743d74aaa5e..4e9840eaa658 100644
--- a/app-text/pspell/pspell-0.12.2-r2.ebuild
+++ b/app-text/pspell/pspell-0.12.2-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspell/pspell-0.12.2-r2.ebuild,v 1.1 2002/04/02 23:35:53 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pspell/pspell-0.12.2-r2.ebuild,v 1.2 2002/04/03 00:01:02 azarah Exp $
#Remove leading zero from version number
MYPV=${PV#0}
@@ -10,7 +10,8 @@ DESCRIPTION="A spell checker frontend for aspell and ispell"
SRC_URI="http://prdownloads.sourceforge.net/${PN}/${PN}-${MYPV}.tar.gz"
HOMEPAGE="http://pspell.sourceforge.net"
-DEPEND="virtual/glibc"
+DEPEND="virtual/glibc
+ >=sys-devel/libtool-1.4.1-r4"
src_compile() {