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 03f5cd744e59..f01e0885b506 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 Foundation # 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.7 2004/06/24 22:31:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.16.ebuild,v 1.8 2004/06/28 02:04:05 ciaranm 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="x86" +KEYWORDS="x86 ~sparc ~mips" IUSE="" DEPEND="sys-libs/readline" |