diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-16 09:35:29 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-16 09:35:29 +0000 |
commit | 6d1389925cbf59257c0c03089cd69c58465fc726 (patch) | |
tree | e52b830eb15f4cc807da9faef3533ba027aa6fd2 /sys-libs/readline | |
parent | updated version (diff) | |
download | gentoo-2-6d1389925cbf59257c0c03089cd69c58465fc726.tar.gz gentoo-2-6d1389925cbf59257c0c03089cd69c58465fc726.tar.bz2 gentoo-2-6d1389925cbf59257c0c03089cd69c58465fc726.zip |
mark for testing
Diffstat (limited to 'sys-libs/readline')
-rw-r--r-- | sys-libs/readline/readline-4.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/readline/readline-4.3-r1.ebuild b/sys-libs/readline/readline-4.3-r1.ebuild index e116b47bb2ee..361aa4ace766 100644 --- a/sys-libs/readline/readline-4.3-r1.ebuild +++ b/sys-libs/readline/readline-4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r1.ebuild,v 1.2 2002/10/04 06:37:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r1.ebuild,v 1.3 2002/10/16 09:35:29 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="Another cute console display library" @@ -10,7 +10,7 @@ HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 -ppc sparc sparc64" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" # We must be sertain that we have a bash that is linked # to its internal readline, else we may get problems. |