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/treetop/
Date: Sat, 30 Jul 2022 08:22:28
Message-Id: 1659169337.dcacc5dedf713ae1d1fc3290bf4d69a9d8bd82a8.graaff@gentoo
1 commit: dcacc5dedf713ae1d1fc3290bf4d69a9d8bd82a8
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 08:11:59 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=dcacc5de
7
8 dev-ruby/treetop: update LICENSE
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/treetop/treetop-1.6.11-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/treetop/treetop-1.6.11-r1.ebuild b/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
16 index 4eb6fb5a2f01..5f85a110555d 100644
17 --- a/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
18 +++ b/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
19 @@ -17,7 +17,7 @@ inherit ruby-fakegem
20 DESCRIPTION="Treetop is a language for describing languages"
21 HOMEPAGE="https://github.com/cjheath/treetop"
22 SRC_URI="https://github.com/cjheath/treetop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 -LICENSE="Ruby"
24 +LICENSE="MIT"
25
26 KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
27 SLOT="0"