diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 22:16:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 22:16:46 +0000 |
commit | 42d0a4e6e015a7b499eef60646a2580ece8d7dc6 (patch) | |
tree | bb85dac09290cf2d4ebad531b310de43badba704 /app-editors/le | |
parent | metadata + LICENSE (Manifest recommit) (diff) | |
download | gentoo-2-42d0a4e6e015a7b499eef60646a2580ece8d7dc6.tar.gz gentoo-2-42d0a4e6e015a7b499eef60646a2580ece8d7dc6.tar.bz2 gentoo-2-42d0a4e6e015a7b499eef60646a2580ece8d7dc6.zip |
touch the libc
Diffstat (limited to 'app-editors/le')
-rw-r--r-- | app-editors/le/le-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/le/le-1.9.2.ebuild b/app-editors/le/le-1.9.2.ebuild index f73e6c0f6aa0..34ecb3b4e51e 100644 --- a/app-editors/le/le-1.9.2.ebuild +++ b/app-editors/le/le-1.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.9.2.ebuild,v 1.7 2004/06/24 21:58:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.9.2.ebuild,v 1.8 2004/06/27 22:15:58 vapier Exp $ DESCRIPTION="Terminal text editor" HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-libs/ncurses-5.2-r5" src_install() { |