summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-13 06:01:13 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-13 06:01:13 +0000
commit201d9f96c17ac3763b8c85f3fa3bc5196348e87b (patch)
tree72a4d18ae6b87d2ca79ce1a26e93cb5898b87ff4 /app-shells
parentThis new build implements upstream's requested changes as per bug #44592, as ... (diff)
downloadgentoo-2-201d9f96c17ac3763b8c85f3fa3bc5196348e87b.tar.gz
gentoo-2-201d9f96c17ac3763b8c85f3fa3bc5196348e87b.tar.bz2
gentoo-2-201d9f96c17ac3763b8c85f3fa3bc5196348e87b.zip
remove libc DEPEND
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/sash/sash-3.7.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-shells/sash/sash-3.7.ebuild b/app-shells/sash/sash-3.7.ebuild
index 435043a9d90c..4c80cce76a71 100644
--- a/app-shells/sash/sash-3.7.ebuild
+++ b/app-shells/sash/sash-3.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.7.ebuild,v 1.19 2005/01/01 16:00:02 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.7.ebuild,v 1.20 2005/03/13 06:01:13 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -10,11 +10,10 @@ SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz"
LICENSE="freedist"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE="readline"
-DEPEND="virtual/libc
- >=sys-libs/zlib-1.1.4
+DEPEND=">=sys-libs/zlib-1.1.4
readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )"
RDEPEND=""