diff options
-rw-r--r-- | dev-perl/Try-Tiny/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Try-Tiny/ChangeLog b/dev-perl/Try-Tiny/ChangeLog index 1871c4839b94..0d7e8b2e7e61 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.55 2013/09/05 05:51:22 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.56 2014/01/05 01:11:43 hwoarang Exp $ + + 05 Jan 2014; Markos Chandras <hwoarang@gentoo.org> Try-Tiny-0.180.0.ebuild: + Add ~mips 05 Sep 2013; Mike Frysinger <vapier@gentoo.org> Try-Tiny-0.160.0.ebuild, Try-Tiny-0.180.0.ebuild: diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild index 8230b6f6b041..51a34b26662e 100644 --- a/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild +++ b/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.180.0.ebuild,v 1.2 2013/09/05 05:51:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild,v 1.3 2014/01/05 01:11:43 hwoarang Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Minimal try/catch with proper localization of $@" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" DEPEND="test? ( dev-perl/Sub-Name )" |