diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-06 10:36:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-06 10:36:34 +0000 |
commit | 1995356fe52ad2f7f221e169feda15a04c89a393 (patch) | |
tree | 04626fa631b6dc4269a9812667d2384feb42d562 /dev-perl/Test-Exception | |
parent | Stable for ppc64, wrt bug #495480 (diff) | |
download | gentoo-2-1995356fe52ad2f7f221e169feda15a04c89a393.tar.gz gentoo-2-1995356fe52ad2f7f221e169feda15a04c89a393.tar.bz2 gentoo-2-1995356fe52ad2f7f221e169feda15a04c89a393.zip |
Stable for ppc64, wrt bug #495488
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 60221570493c..2755d91e55b3 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Exception # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.82 2014/03/05 15:28:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.83 2014/03/06 10:36:34 ago Exp $ + + 06 Mar 2014; Agostino Sarubbo <ago@gentoo.org> Test-Exception-0.320.0.ebuild: + Stable for ppc64, wrt bug #495488 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> Test-Exception-0.320.0.ebuild: Stable for ppc, wrt bug #495488 diff --git a/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild b/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild index 1d2a8d5b003e..02ac07ec00f8 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.320.0.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/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild,v 1.8 2014/03/05 15:28:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild,v 1.9 2014/03/06 10:36:34 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="test functions for exception based code" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=virtual/perl-Test-Simple-0.64 |