diff options
author | 2015-01-08 11:27:38 +0000 | |
---|---|---|
committer | 2015-01-08 11:27:38 +0000 | |
commit | 793d5b39308d301e1035e9db06fddbe333ae54f3 (patch) | |
tree | 7a082265fede57ad2c33c2b909d04b63a2ae42b9 /dev-ruby/yajl-ruby | |
parent | Stable for amd64, wrt bug #533730 (diff) | |
download | gentoo-2-793d5b39308d301e1035e9db06fddbe333ae54f3.tar.gz gentoo-2-793d5b39308d301e1035e9db06fddbe333ae54f3.tar.bz2 gentoo-2-793d5b39308d301e1035e9db06fddbe333ae54f3.zip |
Stable for x86, wrt bug #533730
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/yajl-ruby')
-rw-r--r-- | dev-ruby/yajl-ruby/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/yajl-ruby/yajl-ruby-1.1.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/yajl-ruby/ChangeLog b/dev-ruby/yajl-ruby/ChangeLog index ad76778329b2..909363f124f2 100644 --- a/dev-ruby/yajl-ruby/ChangeLog +++ b/dev-ruby/yajl-ruby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/yajl-ruby -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.34 2014/12/28 08:43:01 graaff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/ChangeLog,v 1.35 2015/01/08 11:27:38 ago Exp $ + + 08 Jan 2015; Agostino Sarubbo <ago@gentoo.org> yajl-ruby-1.1.0-r1.ebuild: + Stable for x86, wrt bug #533730 28 Dec 2014; Hans de Graaff <graaff@gentoo.org> yajl-ruby-1.2.1.ebuild: Use eclass rspec invocation to use the rspec-2 wrapper. diff --git a/dev-ruby/yajl-ruby/yajl-ruby-1.1.0-r1.ebuild b/dev-ruby/yajl-ruby/yajl-ruby-1.1.0-r1.ebuild index 698249c9adf0..798a9bef0649 100644 --- a/dev-ruby/yajl-ruby/yajl-ruby-1.1.0-r1.ebuild +++ b/dev-ruby/yajl-ruby/yajl-ruby-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.1.0-r1.ebuild,v 1.6 2014/08/30 10:26:32 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.1.0-r1.ebuild,v 1.7 2015/01/08 11:27:38 ago Exp $ EAPI=5 @@ -19,7 +19,7 @@ HOMEPAGE="http://github.com/brianmario/yajl-ruby" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${RDEPEND} dev-libs/yajl" |