diff options
author | 2014-04-02 11:38:52 +0000 | |
---|---|---|
committer | 2014-04-02 11:38:52 +0000 | |
commit | ef824116d6f3c50a77d509ec32bf82b804118228 (patch) | |
tree | 30b41cf87b00897415c201d4178acf90ed21beca /app-shells | |
parent | Stable for amd64 wrt bug #499844 (diff) | |
download | gentoo-2-ef824116d6f3c50a77d509ec32bf82b804118228.tar.gz gentoo-2-ef824116d6f3c50a77d509ec32bf82b804118228.tar.bz2 gentoo-2-ef824116d6f3c50a77d509ec32bf82b804118228.zip |
Downgrade 4.2_p46-r1 to EAPI 4 per Poly-C's request, as this is an essential base-system package.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash/bash-4.2_p46-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index d97632ea66df..9b1ba38e15ee 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,10 @@ # 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.361 2014/04/02 09:11:25 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.362 2014/04/02 11:38:52 tomwij Exp $ + + 02 Apr 2014; Tom Wijsman <TomWij@gentoo.org> bash-4.2_p46-r1.ebuild: + Downgrade 4.2_p46-r1 to EAPI 4 per Poly-C's request, as this is an essential + base-system package. *bash-4.2_p46-r1 (02 Apr 2014) diff --git a/app-shells/bash/bash-4.2_p46-r1.ebuild b/app-shells/bash/bash-4.2_p46-r1.ebuild index 63c587b2c0bf..997a4e524261 100644 --- a/app-shells/bash/bash-4.2_p46-r1.ebuild +++ b/app-shells/bash/bash-4.2_p46-r1.ebuild @@ -1,8 +1,8 @@ # 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.2_p46-r1.ebuild,v 1.1 2014/04/02 09:11:25 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p46-r1.ebuild,v 1.2 2014/04/02 11:38:52 tomwij Exp $ -EAPI="5" +EAPI="4" inherit eutils flag-o-matic toolchain-funcs multilib |