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
commit1e2639cd3c769a83e99a0314ece4e4bd5cf0d254 (patch)
tree9cf97e575eea3382533e9f8dcf326e1c17ee22ce /app-shells
parentKeywords fix (diff)
downloadgentoo-2-1e2639cd3c769a83e99a0314ece4e4bd5cf0d254.tar.gz
gentoo-2-1e2639cd3c769a83e99a0314ece4e4bd5cf0d254.tar.bz2
gentoo-2-1e2639cd3c769a83e99a0314ece4e4bd5cf0d254.zip
Fixed DEPEND
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/sash/ChangeLog5
-rw-r--r--app-shells/sash/Manifest4
-rw-r--r--app-shells/sash/sash-3.6.ebuild3
3 files changed, 8 insertions, 4 deletions
diff --git a/app-shells/sash/ChangeLog b/app-shells/sash/ChangeLog
index 295e950fcbd8..3ddd4a6cd664 100644
--- a/app-shells/sash/ChangeLog
+++ b/app-shells/sash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/sash
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.12 2003/10/17 23:40:32 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.13 2003/10/18 09:14:03 avenj Exp $
+
+ 18 Oct 2003; Jon Portnoy <avenj@gentoo.org> sash-3.6.ebuild :
+ Fixed DEPEND to include sys-fs/e2fsprogs.
*sash-3.6 (18 Oct 2003)
diff --git a/app-shells/sash/Manifest b/app-shells/sash/Manifest
index 8714e2ef2789..4c053c690773 100644
--- a/app-shells/sash/Manifest
+++ b/app-shells/sash/Manifest
@@ -1,8 +1,8 @@
-MD5 02ce6c469e3d4726969659eaf4166897 ChangeLog 1577
+MD5 c720c7fc85f17d0bb248d3f852e61179 ChangeLog 1682
MD5 c835d6bcda25294f07b47c3a5445981f sash-3.4-r3.ebuild 1260
MD5 a74427dac8d9e624a3c36cfbfacc80f9 sash-3.4-r4.ebuild 1186
MD5 bee2de1101df8fc490298192d6db9431 sash-3.4-r5.ebuild 1179
-MD5 a5bf4399393d42faf5707b37b8b29427 sash-3.6.ebuild 1002
+MD5 5542c905897dffbee876b03c253494d2 sash-3.6.ebuild 1020
MD5 3a34f0b1b1dbc1357fa1fcd94e48d624 files/Makefile 570
MD5 6fe20649cd07eb0aa8884df7a1749e47 files/digest-sash-3.4-r3 127
MD5 6fe20649cd07eb0aa8884df7a1749e47 files/digest-sash-3.4-r4 127
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=""