diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-02-28 10:54:20 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-02-28 10:54:20 +0000 |
commit | 3304a09cddcfd395ff0a80aa96ba46321ae94bd1 (patch) | |
tree | a237d084865ac37ec3f85b422448c159ee9986d3 /dev-perl/Test-Exception | |
parent | Security cleanup, wrt bug #501686 (diff) | |
download | gentoo-2-3304a09cddcfd395ff0a80aa96ba46321ae94bd1.tar.gz gentoo-2-3304a09cddcfd395ff0a80aa96ba46321ae94bd1.tar.bz2 gentoo-2-3304a09cddcfd395ff0a80aa96ba46321ae94bd1.zip |
x86 stable wrt bug #495488
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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 d93adf42fe81..51597991fcd9 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.79 2014/02/22 19:21:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.80 2014/02/28 10:54:20 zlogene Exp $ + + 28 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Test-Exception-0.320.0.ebuild: + x86 stable wrt bug #495488 22 Feb 2014; Markus Meier <maekke@gentoo.org> Test-Exception-0.320.0.ebuild: arm stable, 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 f31b7cb23cbd..211b78368da9 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.5 2014/02/22 19:21:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild,v 1.6 2014/02/28 10:54:20 zlogene 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 |