diff options
author | Markus Meier <maekke@gentoo.org> | 2015-06-28 20:28:11 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-06-28 20:28:11 +0000 |
commit | 0c04026cb18861167c153fa3b39c4161850d3fdc (patch) | |
tree | 836092afc8448baa1bb19c6c17b41e5e2eb77446 /dev-ruby | |
parent | add ~arm, bug #551244 (diff) | |
download | gentoo-2-0c04026cb18861167c153fa3b39c4161850d3fdc.tar.gz gentoo-2-0c04026cb18861167c153fa3b39c4161850d3fdc.tar.bz2 gentoo-2-0c04026cb18861167c153fa3b39c4161850d3fdc.zip |
add ~arm, bug #551654
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/tins/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/tins/tins-1.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/tins/ChangeLog b/dev-ruby/tins/ChangeLog index 63a44be72139..e3daaefa3b2f 100644 --- a/dev-ruby/tins/ChangeLog +++ b/dev-ruby/tins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tins # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.51 2015/06/22 09:38:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.52 2015/06/28 20:28:11 maekke Exp $ + + 28 Jun 2015; Markus Meier <maekke@gentoo.org> tins-1.5.4.ebuild: + add ~arm, bug #551654 *tins-1.5.4 (22 Jun 2015) diff --git a/dev-ruby/tins/tins-1.5.4.ebuild b/dev-ruby/tins/tins-1.5.4.ebuild index 4ac1fe6acddb..a2041fb195f6 100644 --- a/dev-ruby/tins/tins-1.5.4.ebuild +++ b/dev-ruby/tins/tins-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-1.5.4.ebuild,v 1.1 2015/06/22 09:38:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-1.5.4.ebuild,v 1.2 2015/06/28 20:28:11 maekke Exp $ EAPI=5 # Ruby 1.9 fails tests @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/flori/tins" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" |