diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-02-09 21:43:50 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-02-09 21:43:50 +0000 |
commit | 883f1ece1e3c42f3c6f6092ba0ffb368387fdcdb (patch) | |
tree | 380a6a98fc13f3739e1b33f68dcdd43e02abece5 /app-shells/bash | |
parent | Rather remove the .la symlink *before* testing if the selected profile have (diff) | |
download | gentoo-2-883f1ece1e3c42f3c6f6092ba0ffb368387fdcdb.tar.gz gentoo-2-883f1ece1e3c42f3c6f6092ba0ffb368387fdcdb.tar.bz2 gentoo-2-883f1ece1e3c42f3c6f6092ba0ffb368387fdcdb.zip |
stable on sparc
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index ce7a59279329..540f533e1da2 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.29 2004/02/08 14:43:10 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.30 2004/02/09 21:43:50 gustavoz Exp $ + + 09 Feb 2004; <gustavoz@gentoo.org> bash-2.05b-r9.ebuild: + stable on sparc 08 Feb 2004; Martin Schlemmer <azarah@gentoo.org> bash-2.05b-r9.ebuild: Bump to stable for x86. diff --git a/app-shells/bash/bash-2.05b-r9.ebuild b/app-shells/bash/bash-2.05b-r9.ebuild index 1121eae6e481..1043dc0f8aa8 100644 --- a/app-shells/bash/bash-2.05b-r9.ebuild +++ b/app-shells/bash/bash-2.05b-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.4 2004/02/08 14:43:10 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.5 2004/02/09 21:43:50 gustavoz Exp $ inherit eutils flag-o-matic gnuconfig @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/bash/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~mips arm ~amd64 ~ia64 ~ppc64" +KEYWORDS="x86 ~ppc sparc ~alpha hppa ~mips arm ~amd64 ~ia64 ~ppc64" IUSE="nls build" DEPEND=">=sys-libs/ncurses-5.2-r2" |