diff options
Diffstat (limited to 'app-shells/bash/bash-2.05b-r9.ebuild')
-rw-r--r-- | app-shells/bash/bash-2.05b-r9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/bash/bash-2.05b-r9.ebuild b/app-shells/bash/bash-2.05b-r9.ebuild index 7f8562fbb8af..1121eae6e481 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-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/app-shells/bash/bash-2.05b-r9.ebuild,v 1.3 2004/01/21 01:03:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.4 2004/02/08 14:43:10 azarah 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" |