diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-02-18 15:58:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-02-18 15:58:16 +0000 |
commit | 5ba4eb4e4076777ce150a564a01e8cbe1f1b1eed (patch) | |
tree | dfb94635d0a81bc48087a370640528354b9ddc97 /dev-perl/Test-Exception | |
parent | Sign the Manifest. (diff) | |
download | gentoo-2-5ba4eb4e4076777ce150a564a01e8cbe1f1b1eed.tar.gz gentoo-2-5ba4eb4e4076777ce150a564a01e8cbe1f1b1eed.tar.bz2 gentoo-2-5ba4eb4e4076777ce150a564a01e8cbe1f1b1eed.zip |
Stable for HPPA (bug #495488).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 d228b99bbb0b..6f874c8c19ea 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.76 2014/02/01 23:35:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.77 2014/02/18 15:58:16 jer Exp $ + + 18 Feb 2014; Jeroen Roovers <jer@gentoo.org> Test-Exception-0.320.0.ebuild: + Stable for HPPA (bug #495488). 01 Feb 2014; Mike Frysinger <vapier@gentoo.org> Test-Exception-0.310.0.ebuild, Test-Exception-0.320.0.ebuild: 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 01ca0743a929..417f3602bca7 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.2 2014/02/01 23:35:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild,v 1.3 2014/02/18 15:58:16 jer 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 |