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/session/
Date: Sun, 13 Oct 2019 06:38:32
Message-Id: 1570947568.2c91d3eda144dcbf63107982c2ba2beb44a363b3.graaff@gentoo
1 commit: 2c91d3eda144dcbf63107982c2ba2beb44a363b3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 13 06:19:28 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 13 06:19:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c91d3ed
7
8 dev-ruby/session: drop removed freebsd-bin dependency
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/session/session-3.2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/session/session-3.2.0.ebuild b/dev-ruby/session/session-3.2.0.ebuild
17 index be2ceb51799..9b6b073c8ff 100644
18 --- a/dev-ruby/session/session-3.2.0.ebuild
19 +++ b/dev-ruby/session/session-3.2.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -23,7 +23,7 @@ SLOT="0"
27 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
28 IUSE="test"
29
30 -DEPEND+=" test? ( || ( sys-apps/coreutils sys-freebsd/freebsd-bin ) )"
31 +DEPEND+=" test? ( sys-apps/coreutils )"
32
33 all_ruby_prepare() {
34 # needed to void a collision with the Timeout::Error alias in Ruby