diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-06-10 09:09:59 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-06-10 09:09:59 +0000 |
commit | 446566624769cf1c4ef6d4ede4030bf4bdd67f92 (patch) | |
tree | 6f113d60df3ef20d485084cf60dfb71ed63a2ba8 /dev-ruby/matchy | |
parent | Add a patch to set Language tag properly #512722 (diff) | |
download | gentoo-2-446566624769cf1c4ef6d4ede4030bf4bdd67f92.tar.gz gentoo-2-446566624769cf1c4ef6d4ede4030bf4bdd67f92.tar.bz2 gentoo-2-446566624769cf1c4ef6d4ede4030bf4bdd67f92.zip |
Stable for amd64 wrt bug #504314
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'dev-ruby/matchy')
-rw-r--r-- | dev-ruby/matchy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/matchy/matchy-0.5.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/matchy/ChangeLog b/dev-ruby/matchy/ChangeLog index 47d2df00542d..0f41f6c98cef 100644 --- a/dev-ruby/matchy/ChangeLog +++ b/dev-ruby/matchy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/matchy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v 1.13 2014/06/08 15:23:44 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v 1.14 2014/06/10 09:09:59 nimiux Exp $ + + 10 Jun 2014; Chema Alonso <nimiux@gentoo.org> matchy-0.5.2-r1.ebuild: + Stable for amd64 wrt bug #504314 08 Jun 2014; Manuel Rüger <mrueg@gentoo.org> matchy-0.5.2-r1.ebuild: Fix doc generation. bug #512760 diff --git a/dev-ruby/matchy/matchy-0.5.2-r1.ebuild b/dev-ruby/matchy/matchy-0.5.2-r1.ebuild index c374735b8144..e072c5f407cb 100644 --- a/dev-ruby/matchy/matchy-0.5.2-r1.ebuild +++ b/dev-ruby/matchy/matchy-0.5.2-r1.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-ruby/matchy/matchy-0.5.2-r1.ebuild,v 1.3 2014/06/08 15:23:44 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild,v 1.4 2014/06/10 09:09:59 nimiux Exp $ EAPI=5 @@ -20,7 +20,7 @@ HOMEPAGE="http://github.com/mcmire/matchy" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" # workaround for ruby 1.9.2, sent upstream after 0.5.2 |