diff options
author | Naohiro Aota <naota@gentoo.org> | 2014-02-23 15:00:03 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2014-02-23 15:00:03 +0000 |
commit | 5f2f38703a04414c2521a46cc4effb3c9220e5eb (patch) | |
tree | 4c9b937e78f533d9437aa14b712cd3a47fb1a9f1 /dev-perl/Try-Tiny | |
parent | Add ~x86-fbsd wrt bug #501346 (diff) | |
download | gentoo-2-5f2f38703a04414c2521a46cc4effb3c9220e5eb.tar.gz gentoo-2-5f2f38703a04414c2521a46cc4effb3c9220e5eb.tar.bz2 gentoo-2-5f2f38703a04414c2521a46cc4effb3c9220e5eb.zip |
Add ~x86-fbsd wrt bug #501346
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-perl/Try-Tiny')
-rw-r--r-- | dev-perl/Try-Tiny/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Try-Tiny/ChangeLog b/dev-perl/Try-Tiny/ChangeLog index 303643f2e783..c743ad300af9 100644 --- a/dev-perl/Try-Tiny/ChangeLog +++ b/dev-perl/Try-Tiny/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Try-Tiny # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.61 2014/02/22 19:24:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.62 2014/02/23 15:00:03 naota Exp $ + + 23 Feb 2014; Naohiro Aota <naota@gentoo.org> Try-Tiny-0.190.0.ebuild: + Add ~x86-fbsd wrt bug #501346 22 Feb 2014; Markus Meier <maekke@gentoo.org> Try-Tiny-0.180.0.ebuild: arm stable, bug #495496 diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild index fcd076a8280e..b095a29fa36b 100644 --- a/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild +++ b/dev-perl/Try-Tiny/Try-Tiny-0.190.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/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.1 2014/02/15 03:34:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.2 2014/02/23 15:00:03 naota Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Minimal try/catch with proper localization of $@" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" DEPEND=" |