diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-06-13 19:16:03 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-06-13 19:16:03 +0000 |
commit | cd948664b8b39a564d9cf0adf348365e088d78bb (patch) | |
tree | 21d307a4122572172d479c55cd4607f53bdade2e /dev-ruby/nokogiri | |
parent | Disable sandbox on mipsel-musl because its currently broken (diff) | |
download | gentoo-2-cd948664b8b39a564d9cf0adf348365e088d78bb.tar.gz gentoo-2-cd948664b8b39a564d9cf0adf348365e088d78bb.tar.bz2 gentoo-2-cd948664b8b39a564d9cf0adf348365e088d78bb.zip |
Stable for HPPA (bug #505920).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby/nokogiri')
-rw-r--r-- | dev-ruby/nokogiri/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/nokogiri/nokogiri-1.5.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/nokogiri/ChangeLog b/dev-ruby/nokogiri/ChangeLog index e7ae457e5281..ba0cb207c40d 100644 --- a/dev-ruby/nokogiri/ChangeLog +++ b/dev-ruby/nokogiri/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/nokogiri # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.96 2014/06/08 15:26:41 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.97 2014/06/13 19:16:03 jer Exp $ + + 13 Jun 2014; Jeroen Roovers <jer@gentoo.org> nokogiri-1.5.10.ebuild: + Stable for HPPA (bug #505920). 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> nokogiri-1.5.10.ebuild: ia64 stable wrt bug #505920 diff --git a/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild b/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild index 111d7783b267..ac8a9bc3758b 100644 --- a/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild +++ b/dev-ruby/nokogiri/nokogiri-1.5.10.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/nokogiri/nokogiri-1.5.10.ebuild,v 1.6 2014/06/08 15:26:41 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild,v 1.7 2014/06/13 19:16:03 jer Exp $ EAPI=5 @@ -17,7 +17,7 @@ HOMEPAGE="http://nokogiri.rubyforge.org/" LICENSE="MIT" SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> ${P}-git.tgz" -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" SLOT="0" IUSE="" |