Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
Date: Wed, 24 Aug 2022 18:06:02
Message-Id: 1661364329.99f9d616ddc42b50dd93995bcbbbc0cd5bf08fb6.matthew@gentoo
1 commit: 99f9d616ddc42b50dd93995bcbbbc0cd5bf08fb6
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 17:54:47 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 18:05:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f9d616
7
8 dev-embedded/libjaylink: update LICENSE
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 4 ++--
13 dev-embedded/libjaylink/libjaylink-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
17 index eb8fb0fb73b0..81f3e444b538 100644
18 --- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
19 +++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
27
28 SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2"
29
30 -LICENSE="GPL-2"
31 +LICENSE="GPL-2+"
32 SLOT="0"
33 KEYWORDS="amd64 arm ~riscv x86"
34 IUSE="static-libs"
35
36 diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
37 index af23bef609c1..f1cfbdf3cbac 100644
38 --- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
39 +++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2020 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="7"
46 @@ -10,7 +10,7 @@ inherit git-r3 autotools multilib-minimal
47 DESCRIPTION="Library to access J-Link devices"
48 HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
49
50 -LICENSE="GPL-2"
51 +LICENSE="GPL-2+"
52 SLOT="0"
53 KEYWORDS=""
54 IUSE="static-libs"