summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-10-18 09:14:07 +0000
committerJon Portnoy <avenj@gentoo.org>2003-10-18 09:14:07 +0000
commit840a09c51721cab8cd0208e3446ec14ecafbe6b3 (patch)
treed47bba489de97e6545ce393a2ab243ebe5c5f186 /app-shells/sash/sash-3.6.ebuild
parentKeywords fix (diff)
downloadhistorical-840a09c51721cab8cd0208e3446ec14ecafbe6b3.tar.gz
historical-840a09c51721cab8cd0208e3446ec14ecafbe6b3.tar.bz2
historical-840a09c51721cab8cd0208e3446ec14ecafbe6b3.zip
Fixed DEPEND
Diffstat (limited to 'app-shells/sash/sash-3.6.ebuild')
-rw-r--r--app-shells/sash/sash-3.6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/sash/sash-3.6.ebuild b/app-shells/sash/sash-3.6.ebuild
index b075bfbca9e3..588298b098fd 100644
--- a/app-shells/sash/sash-3.6.ebuild
+++ b/app-shells/sash/sash-3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.6.ebuild,v 1.2 2003/10/18 08:57:56 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.6.ebuild,v 1.3 2003/10/18 09:14:03 avenj Exp $
IUSE="readline"
@@ -13,6 +13,7 @@ LICENSE="freedist"
DEPEND="virtual/glibc
>=sys-libs/zlib-1.1.4
+ sys-fs/e2fsprogs
readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )"
RDEPEND=""