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/gist/
Date: Sun, 24 May 2020 04:14:10
Message-Id: 1590293598.b6cfb662c6ceabc067de492fbac5513bdbfd4709.graaff@gentoo
1 commit: b6cfb662c6ceabc067de492fbac5513bdbfd4709
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 03:28:09 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 04:13:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6cfb662
7
8 dev-ruby/gist: add missing test dependency
9
10 Closes: https://bugs.gentoo.org/723840
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 dev-ruby/gist/gist-5.1.0.ebuild | 6 ++++--
15 1 file changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/gist/gist-5.1.0.ebuild b/dev-ruby/gist/gist-5.1.0.ebuild
18 index f5655faac28..281d969d8c4 100644
19 --- a/dev-ruby/gist/gist-5.1.0.ebuild
20 +++ b/dev-ruby/gist/gist-5.1.0.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
28 +USE_RUBY="ruby24 ruby25 ruby26"
29
30 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
31
32 @@ -20,3 +20,5 @@ IUSE=""
33
34 # dev-python/txgithub also installs a 'gist' binary.
35 RDEPEND="!dev-python/txgithub"
36 +
37 +ruby_add_bdepend "test? ( dev-ruby/webmock )"