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/typhoeus/
Date: Sat, 30 Jul 2022 08:22:28
Message-Id: 1659169337.5fb64990dda8c61a83914d7279debbcac6ea94ec.graaff@gentoo
1 commit: 5fb64990dda8c61a83914d7279debbcac6ea94ec
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 08:14:52 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 08:22:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb64990
7
8 dev-ruby/typhoeus: update LICENSE
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/typhoeus/typhoeus-1.4.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/typhoeus/typhoeus-1.4.0.ebuild b/dev-ruby/typhoeus/typhoeus-1.4.0.ebuild
16 index ab55524ac1c2..707211a689b0 100644
17 --- a/dev-ruby/typhoeus/typhoeus-1.4.0.ebuild
18 +++ b/dev-ruby/typhoeus/typhoeus-1.4.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,7 +16,7 @@ DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling
26 HOMEPAGE="https://rubygems.org/gems/typhoeus/
27 https://github.com/typhoeus/typhoeus"
28
29 -LICENSE="Ruby"
30 +LICENSE="MIT"
31 SLOT="1"
32 KEYWORDS="~amd64"
33 IUSE=""