diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-03-27 11:24:47 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-03-27 11:24:47 +0000 |
commit | 6d4541964d3c0504680f385feb674023c23f99b6 (patch) | |
tree | be2cc0d1c33a1aad30786d7963f4ab741db171d0 /app-shells | |
parent | Removed unavailable (diff) | |
download | historical-6d4541964d3c0504680f385feb674023c23f99b6.tar.gz historical-6d4541964d3c0504680f385feb674023c23f99b6.tar.bz2 historical-6d4541964d3c0504680f385feb674023c23f99b6.zip |
Added stable sparc keyword
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 4def8fc8df95..9836dc82936f 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,12 +1,15 @@ # 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.3 2003/03/13 17:32:37 doctomoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.4 2003/03/27 11:24:47 joker Exp $ 13 Mar 2003; Olivier Reisch <doctomoe@gentoo.org> bash-2.05b-r3.ebuild: Marked ppc stable *bash-2.05b-r3 (11 Mar 2003) + 27 Mar 2003; Christian Birchinger <joker@gentoo.org> bash-2.05b-r3.ebuild: + Added stable sparc keyword + 12 Mar 2003; Martin Holzer <mholzer@gentoo.org> bash-2.05b-r3.ebuild: removed dodoc man/*.3 (doesn't exist) diff --git a/app-shells/bash/bash-2.05b-r3.ebuild b/app-shells/bash/bash-2.05b-r3.ebuild index 89fe6b1120b5..775aa40a3ac3 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.3 2003/03/13 17:32:37 doctomoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r3.ebuild,v 1.4 2003/03/27 11:24:47 joker 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" |