diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-02-20 22:00:24 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-02-20 22:00:24 +0000 |
commit | 058e51543112213a6f631818ffb7ff7f898467e3 (patch) | |
tree | 906cd71165df658c9889f088b5a9a5761ab19015 /sys-libs/readline | |
parent | minor fixes and add ~alpha (diff) | |
download | gentoo-2-058e51543112213a6f631818ffb7ff7f898467e3.tar.gz gentoo-2-058e51543112213a6f631818ffb7ff7f898467e3.tar.bz2 gentoo-2-058e51543112213a6f631818ffb7ff7f898467e3.zip |
mass arm keywording for sys-libs
Diffstat (limited to 'sys-libs/readline')
-rw-r--r-- | sys-libs/readline/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/readline/readline-4.3-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/readline/ChangeLog b/sys-libs/readline/ChangeLog index 385bd170c976..3a5e879501b3 100644 --- a/sys-libs/readline/ChangeLog +++ b/sys-libs/readline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/readline # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.16 2003/02/12 09:21:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.17 2003/02/20 22:00:24 zwelch Exp $ + + 20 Feb 2003; Zach Welch <zwelch@gentoo.org> readline-4.3-r4.ebuild : + Added arm to keywords. 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> readline-4.3-r4.ebuild : Added hppa to keywords. diff --git a/sys-libs/readline/readline-4.3-r4.ebuild b/sys-libs/readline/readline-4.3-r4.ebuild index b84899e76d55..4bb8eaf1e478 100644 --- a/sys-libs/readline/readline-4.3-r4.ebuild +++ b/sys-libs/readline/readline-4.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-r4.ebuild,v 1.6 2003/02/13 16:52:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r4.ebuild,v 1.7 2003/02/20 22:00:24 zwelch Exp $ inherit eutils @@ -16,7 +16,7 @@ HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa" +KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa arm" # We must be sertain that we have a bash that is linked # to its internal readline, else we may get problems. |