diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-27 15:42:47 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-27 15:42:47 +0000 |
commit | 562ca39ad3b6b23e5da33f7e885a4a0e2e24f3c5 (patch) | |
tree | 4cb4c4f77cb8a3d0b8eaa650d7cec048b79054ed /app-misc/rlwrap | |
parent | cleanup (diff) | |
download | historical-562ca39ad3b6b23e5da33f7e885a4a0e2e24f3c5.tar.gz historical-562ca39ad3b6b23e5da33f7e885a4a0e2e24f3c5.tar.bz2 historical-562ca39ad3b6b23e5da33f7e885a4a0e2e24f3c5.zip |
x86 unmask
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r-- | app-misc/rlwrap/Manifest | 2 | ||||
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.16.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/rlwrap/Manifest b/app-misc/rlwrap/Manifest index 76cc04f6bd79..7eaeeb445c6e 100644 --- a/app-misc/rlwrap/Manifest +++ b/app-misc/rlwrap/Manifest @@ -1,3 +1,3 @@ MD5 84435ebfe467308cdb5edd80857deb4c ChangeLog 315 -MD5 2d5b6be8010c954262cb968c79f476a1 rlwrap-0.16.ebuild 915 +MD5 032264d4ef8304ce552c6d299b3083d5 rlwrap-0.16.ebuild 910 MD5 04395c7e842bf7ff90bd2710e02b430f files/digest-rlwrap-0.16 63 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" |