diff options
author | Markus Meier <maekke@gentoo.org> | 2012-08-05 16:30:38 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-08-05 16:30:38 +0000 |
commit | 0082e18a0c6c8fa2b61ceea6c05ebe5eba2fd8df (patch) | |
tree | 8bf1af8496c4bef2330cf1f323ce2538f395bf1a /dev-perl | |
parent | sci-visualization/xd3d: Respect CFLAGS, #430032 (diff) | |
download | gentoo-2-0082e18a0c6c8fa2b61ceea6c05ebe5eba2fd8df.tar.gz gentoo-2-0082e18a0c6c8fa2b61ceea6c05ebe5eba2fd8df.tar.bz2 gentoo-2-0082e18a0c6c8fa2b61ceea6c05ebe5eba2fd8df.zip |
arm stable, bug #418803
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Fatal/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Fatal/Test-Fatal-0.10.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Fatal/ChangeLog b/dev-perl/Test-Fatal/ChangeLog index 3172f97fe86b..cb5770e53deb 100644 --- a/dev-perl/Test-Fatal/ChangeLog +++ b/dev-perl/Test-Fatal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Fatal # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/ChangeLog,v 1.26 2012/08/02 01:11:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/ChangeLog,v 1.27 2012/08/05 16:30:38 maekke Exp $ + + 05 Aug 2012; Markus Meier <maekke@gentoo.org> Test-Fatal-0.10.0.ebuild: + arm stable, bug #418803 02 Aug 2012; Jeroen Roovers <jer@gentoo.org> Test-Fatal-0.10.0.ebuild: Stable for HPPA (bug #418803). diff --git a/dev-perl/Test-Fatal/Test-Fatal-0.10.0.ebuild b/dev-perl/Test-Fatal/Test-Fatal-0.10.0.ebuild index 00a1c0442e13..bd47fe9cec09 100644 --- a/dev-perl/Test-Fatal/Test-Fatal-0.10.0.ebuild +++ b/dev-perl/Test-Fatal/Test-Fatal-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/Test-Fatal-0.10.0.ebuild,v 1.6 2012/08/02 01:11:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Fatal/Test-Fatal-0.10.0.ebuild,v 1.7 2012/08/05 16:30:38 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Incredibly simple helpers for testing code with exceptions" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=">=dev-perl/Try-Tiny-0.70.0" |