Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/vc/
Date: Tue, 02 Jun 2020 09:06:08
Message-Id: 1591088731.ecff4d0c5c362be40e95d581074ecd41ea9d755e.amadio@gentoo
1 commit: ecff4d0c5c362be40e95d581074ecd41ea9d755e
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 09:05:14 2020 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 09:05:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecff4d0c
7
8 dev-libs/vc: fix license, bug #726716
9
10 Closes: https://bugs.gentoo.org/726716
11 Package-Manager: Portage-2.3.100, Repoman-2.3.22
12 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
13
14 dev-libs/vc/vc-1.3.0.ebuild | 4 ++--
15 dev-libs/vc/vc-1.3.3.ebuild | 4 ++--
16 dev-libs/vc/vc-1.4.1.ebuild | 4 ++--
17 3 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/dev-libs/vc/vc-1.3.0.ebuild b/dev-libs/vc/vc-1.3.0.ebuild
20 index 9de3bcbd57d..bd941c1dd2d 100644
21 --- a/dev-libs/vc/vc-1.3.0.ebuild
22 +++ b/dev-libs/vc/vc-1.3.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -15,7 +15,7 @@ done
30
31 SRC_URI+="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz"
32
33 -LICENSE="LGPL-3"
34 +LICENSE="BSD"
35 SLOT="0"
36 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
37 IUSE="test"
38
39 diff --git a/dev-libs/vc/vc-1.3.3.ebuild b/dev-libs/vc/vc-1.3.3.ebuild
40 index 4118e6c931b..0f715e3f512 100644
41 --- a/dev-libs/vc/vc-1.3.3.ebuild
42 +++ b/dev-libs/vc/vc-1.3.3.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2019 Gentoo Authors
45 +# Copyright 1999-2020 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -15,7 +15,7 @@ done
50
51 SRC_URI+="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz"
52
53 -LICENSE="LGPL-3"
54 +LICENSE="BSD"
55 SLOT="0"
56 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
57 IUSE="test"
58
59 diff --git a/dev-libs/vc/vc-1.4.1.ebuild b/dev-libs/vc/vc-1.4.1.ebuild
60 index 007dec1ebb5..b2a09d101a1 100644
61 --- a/dev-libs/vc/vc-1.4.1.ebuild
62 +++ b/dev-libs/vc/vc-1.4.1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2019 Gentoo Authors
65 +# Copyright 1999-2020 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 @@ -9,7 +9,7 @@ DESCRIPTION="SIMD Vector Class Library for C++"
70 HOMEPAGE="https://github.com/VcDevel/Vc"
71 SRC_URI="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz"
72
73 -LICENSE="LGPL-3"
74 +LICENSE="BSD"
75 SLOT="0"
76 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"