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/amqp/
Date: Sat, 30 Jul 2022 06:32:53
Message-Id: 1659162765.bd997a19d20b695a0c2fd391ac1c6eddae5c6275.graaff@gentoo
1 commit: bd997a19d20b695a0c2fd391ac1c6eddae5c6275
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 16:25:45 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 06:32:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd997a19
7
8 dev-ruby/amqp: update LICENSE
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/amqp/amqp-1.8.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/amqp/amqp-1.8.0-r1.ebuild b/dev-ruby/amqp/amqp-1.8.0-r1.ebuild
16 index 8dd9260cbc0a..88ea22db3e64 100644
17 --- a/dev-ruby/amqp/amqp-1.8.0-r1.ebuild
18 +++ b/dev-ruby/amqp/amqp-1.8.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -16,7 +16,7 @@ inherit ruby-fakegem
26 DESCRIPTION="AMQP client implementation in Ruby/EventMachine"
27 HOMEPAGE="http://rubyamqp.info/"
28
29 -LICENSE="Ruby"
30 +LICENSE="Ruby-BSD"
31 SLOT="1.4"
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""