diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 08:55:10 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 08:55:10 +0000 |
commit | 0303abac11fab2fb6dde06e5c6558eba66f525e5 (patch) | |
tree | 534d79e72d26e9c26f599620c90c960680369129 /app-misc/rlwrap | |
parent | Bugfix bump. This should close the following: 31366, 31490, 43660, and 41544. (diff) | |
download | gentoo-2-0303abac11fab2fb6dde06e5c6558eba66f525e5.tar.gz gentoo-2-0303abac11fab2fb6dde06e5c6558eba66f525e5.tar.bz2 gentoo-2-0303abac11fab2fb6dde06e5c6558eba66f525e5.zip |
QA - Add IUSE.
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.16.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/rlwrap/rlwrap-0.16.ebuild b/app-misc/rlwrap/rlwrap-0.16.ebuild index 75d71cc965ae..49da484fc735 100644 --- a/app-misc/rlwrap/rlwrap-0.16.ebuild +++ b/app-misc/rlwrap/rlwrap-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.5 2004/03/14 10:59:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.16.ebuild,v 1.6 2004/06/14 08:54:29 kloeri Exp $ DESCRIPTION="a 'readline wrapper' which uses the GNU readline lib to allow the editing of keyboard input for any command" HOMEPAGE="http://utopia.knoware.nl/~hlub/uck/rlwrap/" @@ -9,6 +9,7 @@ SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="sys-libs/readline" |