diff options
author | Olivier Reisch <doctomoe@gentoo.org> | 2003-03-13 17:32:37 +0000 |
---|---|---|
committer | Olivier Reisch <doctomoe@gentoo.org> | 2003-03-13 17:32:37 +0000 |
commit | 232a617ac118f2788ca233a844adc1880887ce17 (patch) | |
tree | 294d9e01948b140a92c1eeef807c75988e2e56b7 /app-shells | |
parent | fixed typo in pkg_setup. (diff) | |
download | historical-232a617ac118f2788ca233a844adc1880887ce17.tar.gz historical-232a617ac118f2788ca233a844adc1880887ce17.tar.bz2 historical-232a617ac118f2788ca233a844adc1880887ce17.zip |
Marked bash-2.05b-r3 ppc stable
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 01b61e5d194f..4def8fc8df95 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.2 2003/03/11 23:29:19 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.3 2003/03/13 17:32:37 doctomoe Exp $ + + 13 Mar 2003; Olivier Reisch <doctomoe@gentoo.org> bash-2.05b-r3.ebuild: + Marked ppc stable *bash-2.05b-r3 (11 Mar 2003) diff --git a/app-shells/bash/bash-2.05b-r3.ebuild b/app-shells/bash/bash-2.05b-r3.ebuild index aab5d0000226..89fe6b1120b5 100644 --- a/app-shells/bash/bash-2.05b-r3.ebuild +++ b/app-shells/bash/bash-2.05b-r3.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/app-shells/bash/bash-2.05b-r3.ebuild,v 1.2 2003/03/11 23:29:19 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r3.ebuild,v 1.3 2003/03/13 17:32:37 doctomoe Exp $ inherit eutils flag-o-matic @@ -15,7 +15,7 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc alpha mips hppa arm" +KEYWORDS="x86 ppc ~sparc alpha mips hppa arm" IUSE="nls build" DEPEND=">=sys-libs/ncurses-5.2-r2" |