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/litc/
Date: Sun, 24 May 2020 04:14:12
Message-Id: 1590293598.8028aae9ad247dc664eac658c6955d00e715a404.graaff@gentoo
1 commit: 8028aae9ad247dc664eac658c6955d00e715a404
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 03:31:08 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=8028aae9
7
8 dev-ruby/litc: update minitest dependency
9
10 Closes: https://bugs.gentoo.org/723842
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/litc/litc-1.0.3-r1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ruby/litc/litc-1.0.3-r1.ebuild b/dev-ruby/litc/litc-1.0.3-r1.ebuild
18 index 11587aedd58..f38a0d9b8c6 100644
19 --- a/dev-ruby/litc/litc-1.0.3-r1.ebuild
20 +++ b/dev-ruby/litc/litc-1.0.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -18,12 +18,12 @@ LICENSE="MIT"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30
31 -ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/fakeweb dev-ruby/minitest:0 )"
32 +ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/fakeweb dev-ruby/minitest:5 )"
33
34 all_ruby_prepare() {
35 # Don't check dependencies since we provide slightly different packages.
36 sed -i -e '/check_dependencies/d'\
37 -e 's#rake/rdoctask#rdoc/task#' Rakefile || die
38 sed -i -e '/ruby-debug/ s:^:#:' \
39 - -e '2agem "minitest", "~> 4.0"' test/helper.rb || die
40 + -e '2agem "minitest", "~> 5.0"' test/helper.rb || die
41 }