diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-19 20:32:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-10-19 20:32:47 +0000 |
commit | 199b2e77d9e99e76e1103b6408a0d4df9a12b2e7 (patch) | |
tree | 6777a0d904108a14474068aff754240a6eec55ab /app-shells | |
parent | Restore SLOTed bash-2.05b and bash-3.0 for devs. (diff) | |
download | gentoo-2-199b2e77d9e99e76e1103b6408a0d4df9a12b2e7.tar.gz gentoo-2-199b2e77d9e99e76e1103b6408a0d4df9a12b2e7.tar.bz2 gentoo-2-199b2e77d9e99e76e1103b6408a0d4df9a12b2e7.zip |
Move bash-4.3 into ~arch.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.3_p30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 7d447e736b14..8d6faf5bc801 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.422 2014/10/19 20:31:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.423 2014/10/19 20:32:47 vapier Exp $ + + 19 Oct 2014; Mike Frysinger <vapier@gentoo.org> bash-4.3_p30.ebuild: + Move bash-4.3 into ~arch. *bash-3.0_p22 (19 Oct 2014) *bash-2.05b_p13 (19 Oct 2014) diff --git a/app-shells/bash/bash-4.3_p30.ebuild b/app-shells/bash/bash-4.3_p30.ebuild index 1c00ece47cdb..9dab95ad1125 100644 --- a/app-shells/bash/bash-4.3_p30.ebuild +++ b/app-shells/bash/bash-4.3_p30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p30.ebuild,v 1.1 2014/10/06 06:32:08 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p30.ebuild,v 1.2 2014/10/19 20:32:47 vapier Exp $ EAPI="4" @@ -38,7 +38,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" LICENSE="GPL-3" SLOT="0" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2 |