diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-22 13:53:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-22 13:53:39 +0000 |
commit | 7e53d0061b5353f840cff6f333e73274d2f938f0 (patch) | |
tree | a71c3a65ea57f9c00a74dc6138c3c0d12def870a /dev-ruby/heredoc_unindent | |
parent | Drop old vulnerable versions. (diff) | |
download | gentoo-2-7e53d0061b5353f840cff6f333e73274d2f938f0.tar.gz gentoo-2-7e53d0061b5353f840cff6f333e73274d2f938f0.tar.bz2 gentoo-2-7e53d0061b5353f840cff6f333e73274d2f938f0.zip |
Add ~x86, wrt bug #491822
(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/heredoc_unindent')
-rw-r--r-- | dev-ruby/heredoc_unindent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/heredoc_unindent/ChangeLog b/dev-ruby/heredoc_unindent/ChangeLog index a55e7e422ce5..2d28505420f0 100644 --- a/dev-ruby/heredoc_unindent/ChangeLog +++ b/dev-ruby/heredoc_unindent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/heredoc_unindent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.9 2014/10/30 13:54:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.10 2014/12/22 13:53:39 ago Exp $ + + 22 Dec 2014; Agostino Sarubbo <ago@gentoo.org> + heredoc_unindent-1.1.2-r3.ebuild: + Add ~x86, wrt bug #491822 30 Oct 2014; Manuel Rüger <mrueg@gentoo.org> heredoc_unindent-1.1.2-r3.ebuild: Drop jruby target. diff --git a/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild b/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild index 1a8f0605f70e..09f6143ff33f 100644 --- a/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild +++ b/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.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/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v 1.5 2014/10/30 13:54:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v 1.6 2014/12/22 13:53:39 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/adrianomitre/heredoc_unindent" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc test" ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 ) |