diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-14 19:58:33 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-14 19:58:33 +0000 |
commit | 61dbe06e2db93d12034a79ec12d5a8b18f471b3c (patch) | |
tree | 3029add551ae47fe9f39887a292acee2fa9d3c17 /app-misc/rlwrap/rlwrap-0.24.ebuild | |
parent | ppc. stable (diff) | |
download | historical-61dbe06e2db93d12034a79ec12d5a8b18f471b3c.tar.gz historical-61dbe06e2db93d12034a79ec12d5a8b18f471b3c.tar.bz2 historical-61dbe06e2db93d12034a79ec12d5a8b18f471b3c.zip |
ppc. stable
Package-Manager: portage-2.1.4
Diffstat (limited to 'app-misc/rlwrap/rlwrap-0.24.ebuild')
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.24.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/rlwrap/rlwrap-0.24.ebuild b/app-misc/rlwrap/rlwrap-0.24.ebuild index 0307fff6e9a5..dacb5249b48c 100644 --- a/app-misc/rlwrap/rlwrap-0.24.ebuild +++ b/app-misc/rlwrap/rlwrap-0.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.24.ebuild,v 1.5 2007/12/08 16:34:07 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.24.ebuild,v 1.6 2008/01/14 19:58:33 dertobi123 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" @@ -8,7 +8,7 @@ SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~mips ppc ~sparc ~x86" IUSE="debug" DEPEND="sys-libs/readline" |