summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-06-14 09:17:41 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-06-14 09:17:41 +0000
commit7d7758b9e8d312b1137fb939706a13700270d1dc (patch)
treef0eecde927f60c29fcf3175e29468e735280e073 /app-misc/rlwrap
parentFix typo. (diff)
downloadhistorical-7d7758b9e8d312b1137fb939706a13700270d1dc.tar.gz
historical-7d7758b9e8d312b1137fb939706a13700270d1dc.tar.bz2
historical-7d7758b9e8d312b1137fb939706a13700270d1dc.zip
QA - Add IUSE.
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r--app-misc/rlwrap/rlwrap-0.16.ebuild3
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"