Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/addressable/
Date: Sun, 29 Jan 2017 08:49:38
Message-Id: 1485679721.410890d737ad9603dac26f9195486dbc68f8c495.graaff@gentoo
1 commit: 410890d737ad9603dac26f9195486dbc68f8c495
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 08:15:52 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 08:48:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410890d7
7
8 dev-ruby/addressable: add back ~x86 keyword
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/addressable/addressable-2.4.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/addressable/addressable-2.4.0-r1.ebuild b/dev-ruby/addressable/addressable-2.4.0-r1.ebuild
16 index 3e05122..d5cfe92 100644
17 --- a/dev-ruby/addressable/addressable-2.4.0-r1.ebuild
18 +++ b/dev-ruby/addressable/addressable-2.4.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -21,7 +21,7 @@ HOMEPAGE="https://rubygems.org/gems/addressable https://github.com/sporkmonger/a
26 LICENSE="Apache-2.0"
27
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
30 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
31 IUSE="doc test"
32
33 ruby_add_bdepend "doc? ( dev-ruby/yard )"