Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tins/
Date: Wed, 28 Jun 2017 08:08:19
Message-Id: 1498637291.8f716d6754d1d68a4a8665044153d25b89e5a85f.slyfox@gentoo
1 commit: 8f716d6754d1d68a4a8665044153d25b89e5a85f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 28 08:03:21 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 28 08:08:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f716d67
7
8 dev-ruby/tins: ia64 keyworded, bug #551654
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/tins/tins-1.14.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/tins/tins-1.14.0.ebuild b/dev-ruby/tins/tins-1.14.0.ebuild
16 index 8ff5a2b3418..506bd427719 100644
17 --- a/dev-ruby/tins/tins-1.14.0.ebuild
18 +++ b/dev-ruby/tins/tins-1.14.0.ebuild
19 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/flori/tins"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
25 IUSE=""
26
27 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"