diff options
author | Mart Raudsepp <leio@gentoo.org> | 2011-02-06 22:03:07 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2011-02-06 22:03:07 +0000 |
commit | ef15b00aa103936b0295ba409d349a4ddcba2b74 (patch) | |
tree | b782404b0c542ac33db02419ba38391c1067642b /app-shells/bash | |
parent | Version bump. (diff) | |
download | historical-ef15b00aa103936b0295ba409d349a4ddcba2b74.tar.gz historical-ef15b00aa103936b0295ba409d349a4ddcba2b74.tar.bz2 historical-ef15b00aa103936b0295ba409d349a4ddcba2b74.zip |
Drop to ~mips
Package-Manager: portage-2.1.9.35/cvs/Linux mips64
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-3.1_p17.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 43ababd484db..4b4d06cfc7df 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.274 2011/02/06 17:21:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.275 2011/02/06 22:01:34 leio Exp $ + + 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> bash-3.1_p17.ebuild: + Drop to ~mips 06 Feb 2011; Mike Frysinger <vapier@gentoo.org> bash-3.2_p51.ebuild, bash-4.0_p38.ebuild: diff --git a/app-shells/bash/bash-3.1_p17.ebuild b/app-shells/bash/bash-3.1_p17.ebuild index 3d11e5762682..77fb686c84da 100644 --- a/app-shells/bash/bash-3.1_p17.ebuild +++ b/app-shells/bash/bash-3.1_p17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v 1.21 2009/11/11 04:15:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v 1.22 2011/02/06 22:01:34 leio Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -32,7 +32,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="afs bashlogger nls vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2 |