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/rest-client/
Date: Sun, 12 Jan 2020 08:35:47
Message-Id: 1578818135.faefb48ac3035b22ffffaaf2f1d63ff55d2b67f7.graaff@gentoo
1 commit: faefb48ac3035b22ffffaaf2f1d63ff55d2b67f7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 08:35:35 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 08:35:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faefb48a
7
8 dev-ruby/rest-client: amd64 stable
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/rest-client/rest-client-2.1.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/rest-client/rest-client-2.1.0.ebuild b/dev-ruby/rest-client/rest-client-2.1.0.ebuild
17 index 8f973b66fd9..c4bda40b464 100644
18 --- a/dev-ruby/rest-client/rest-client-2.1.0.ebuild
19 +++ b/dev-ruby/rest-client/rest-client-2.1.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rest-client/rest-client"
27
28 LICENSE="MIT"
29 SLOT="2"
30 -KEYWORDS="~amd64"
31 +KEYWORDS="amd64"
32 IUSE=""
33
34 ruby_add_bdepend "test? ( dev-ruby/webmock:3 )"