diff options
author | 2015-05-03 08:14:45 +0000 | |
---|---|---|
committer | 2015-05-03 08:14:45 +0000 | |
commit | 26fcb80f21a4835316de5fe3604868f34d930f04 (patch) | |
tree | 2b58d73f741825ba4203731e8d78134d58c0a106 /dev-perl/B-Hooks-EndOfScope | |
parent | Mask dev-ruby/fssm for removal. (diff) | |
download | gentoo-2-26fcb80f21a4835316de5fe3604868f34d930f04.tar.gz gentoo-2-26fcb80f21a4835316de5fe3604868f34d930f04.tar.bz2 gentoo-2-26fcb80f21a4835316de5fe3604868f34d930f04.zip |
Mark ~ppc64 (bug #548352).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-perl/B-Hooks-EndOfScope')
-rw-r--r-- | dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.140.0.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/B-Hooks-EndOfScope/ChangeLog | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.140.0.ebuild b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.140.0.ebuild index dd21bf22df7f..a8d3a0dafcfc 100644 --- a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.140.0.ebuild +++ b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.140.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.140.0.ebuild,v 1.1 2015/04/17 22:41:46 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.140.0.ebuild,v 1.2 2015/05/03 08:14:45 jer Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Execute code after a scope finished compilation" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x64-macos" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x64-macos" IUSE="test" RDEPEND=" diff --git a/dev-perl/B-Hooks-EndOfScope/ChangeLog b/dev-perl/B-Hooks-EndOfScope/ChangeLog index d7833d26e404..172513aca55b 100644 --- a/dev-perl/B-Hooks-EndOfScope/ChangeLog +++ b/dev-perl/B-Hooks-EndOfScope/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/B-Hooks-EndOfScope # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.33 2015/04/17 22:41:46 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.34 2015/05/03 08:14:45 jer Exp $ + + 03 May 2015; Jeroen Roovers <jer@gentoo.org> + B-Hooks-EndOfScope-0.140.0.ebuild: + Mark ~ppc64 (bug #548352). *B-Hooks-EndOfScope-0.140.0 (17 Apr 2015) |