diff options
author | 2014-02-24 17:16:53 +0000 | |
---|---|---|
committer | 2014-02-24 17:16:53 +0000 | |
commit | ba61ed5b6cc9754c0b00bb69e545d15f318afc46 (patch) | |
tree | f60591115aee3b08b1bcedbb0a708b80bc03b93c /dev-perl/Try-Tiny | |
parent | Update ebuild to EAPI 5. Specify LICENSE more precisely. (diff) | |
download | gentoo-2-ba61ed5b6cc9754c0b00bb69e545d15f318afc46.tar.gz gentoo-2-ba61ed5b6cc9754c0b00bb69e545d15f318afc46.tar.bz2 gentoo-2-ba61ed5b6cc9754c0b00bb69e545d15f318afc46.zip |
Add ~mips keyword wrt bug #501346
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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 c743ad300af9..9620e6c3ec10 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.62 2014/02/23 15:00:03 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.63 2014/02/24 17:16:53 zlogene Exp $ + + 24 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Try-Tiny-0.190.0.ebuild: + Add ~mips keyword wrt bug #501346 23 Feb 2014; Naohiro Aota <naota@gentoo.org> Try-Tiny-0.190.0.ebuild: Add ~x86-fbsd wrt bug #501346 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 b095a29fa36b..36d10d9d0c91 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.2 2014/02/23 15:00:03 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.3 2014/02/24 17:16:53 zlogene 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-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~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=" |