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/will_paginate/
Date: Wed, 09 Aug 2017 04:49:48
Message-Id: 1502254181.482a89f9cacf5ba2cdec09d4f50c2d0f46970c2d.graaff@gentoo
1 commit: 482a89f9cacf5ba2cdec09d4f50c2d0f46970c2d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 9 04:48:23 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 9 04:49:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482a89f9
7
8 dev-ruby/will_paginate: move ~x86 keyword forward
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/will_paginate/will_paginate-3.1.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild b/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild
16 index 239139854e3..d66149d9a43 100644
17 --- a/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild
18 +++ b/dev-ruby/will_paginate/will_paginate-3.1.5.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
24 EAPI=5
25 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/mislav/will_paginate/"
26
27 LICENSE="MIT"
28 SLOT="3"
29 -KEYWORDS="~amd64 ~x86-macos"
30 +KEYWORDS="~amd64 ~x86 ~x86-macos"
31 IUSE=""
32
33 all_ruby_prepare() {