diff options
author | Brad House <brad_mssw@gentoo.org> | 2004-02-21 21:44:11 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2004-02-21 21:44:11 +0000 |
commit | 2f8eebf1ad3fd35a473478e701e0e065a249dbb1 (patch) | |
tree | 2be4f7f87d3a0424aa812957a7875976626e25e0 /sys-libs | |
parent | stable on amd64 and ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-2f8eebf1ad3fd35a473478e701e0e065a249dbb1.tar.gz gentoo-2-2f8eebf1ad3fd35a473478e701e0e065a249dbb1.tar.bz2 gentoo-2-2f8eebf1ad3fd35a473478e701e0e065a249dbb1.zip |
stable on amd64 for 2004.0 release
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/readline/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/readline/readline-4.3-r5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/readline/ChangeLog b/sys-libs/readline/ChangeLog index d6ca9a3813c3..5b04a4f11056 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.26 2003/09/28 12:32:30 azarah Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.27 2004/02/21 21:44:11 brad_mssw Exp $ + + 21 Feb 2004; Brad House <brad_mssw@gentoo.org> readline-4.3-r5.ebuild: + stable on amd64 for 2004.0 release *readline-4.3-r5 (28 Sep 2003) diff --git a/sys-libs/readline/readline-4.3-r5.ebuild b/sys-libs/readline/readline-4.3-r5.ebuild index aae88febd5fe..89d28c9cd110 100644 --- a/sys-libs/readline/readline-4.3-r5.ebuild +++ b/sys-libs/readline/readline-4.3-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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-r5.ebuild,v 1.3 2004/01/21 00:56:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r5.ebuild,v 1.4 2004/02/21 21:44:11 brad_mssw Exp $ inherit eutils @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/readline/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha hppa ~arm ~mips ~ia64 ppc64" +KEYWORDS="amd64 ~x86 ~ppc ~sparc ~alpha hppa ~arm ~mips ~ia64 ppc64" # We must be sertain that we have a bash that is linked # to its internal readline, else we may get problems. |