diff options
Diffstat (limited to 'app-misc/rlwrap/rlwrap-0.16.ebuild')
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/rlwrap/rlwrap-0.16.ebuild b/app-misc/rlwrap/rlwrap-0.16.ebuild index 36d5894375c4..461bea4495b7 100644 --- a/app-misc/rlwrap/rlwrap-0.16.ebuild +++ b/app-misc/rlwrap/rlwrap-0.16.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.16.ebuild,v 1.2 2003/09/05 12:10:36 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.16.ebuild,v 1.3 2003/10/27 15:42:41 aliz Exp $ DESCRIPTION="rlwrap is a 'readline wrapper' which uses the GNU readline library to allow the editing of keyboard input for any command. Input history is remembered across invocations, separately for each command, history completion and -search work as in bash and completion word lists can be specified on the command line." HOMEPAGE="http://utopia.knoware.nl/~hlub/uck/rlwrap/" SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/rlwrap-0.16.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="sys-libs/readline" |