Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/
Date: Thu, 27 May 2021 11:59:26
Message-Id: 1622116754.e85331e89647f08f12d42defe62965656cf53fda.juippis@gentoo
1 commit: e85331e89647f08f12d42defe62965656cf53fda
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Thu Apr 8 08:30:08 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 11:59:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85331e8
7
8 app-misc/screenfetch: Correct LICENSE field
9
10 Closes: https://bugs.gentoo.org/789591
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-misc/screenfetch/screenfetch-3.9.1.ebuild | 4 ++--
16 app-misc/screenfetch/screenfetch-9999.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/app-misc/screenfetch/screenfetch-3.9.1.ebuild b/app-misc/screenfetch/screenfetch-3.9.1.ebuild
20 index 5a74091728c..b60b0c410fd 100644
21 --- a/app-misc/screenfetch/screenfetch-3.9.1.ebuild
22 +++ b/app-misc/screenfetch/screenfetch-3.9.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -17,7 +17,7 @@ else
30 S="${WORKDIR}/${MY_PN}-${PV}"
31 fi
32
33 -LICENSE="GPL-3"
34 +LICENSE="GPL-3+"
35 SLOT="0"
36 IUSE="curl X"
37
38
39 diff --git a/app-misc/screenfetch/screenfetch-9999.ebuild b/app-misc/screenfetch/screenfetch-9999.ebuild
40 index 552e3a0655c..3010104b14e 100644
41 --- a/app-misc/screenfetch/screenfetch-9999.ebuild
42 +++ b/app-misc/screenfetch/screenfetch-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2020 Gentoo Authors
45 +# Copyright 1999-2021 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -17,7 +17,7 @@ else
50 S="${WORKDIR}/${MY_PN}-${PV}"
51 fi
52
53 -LICENSE="GPL-3"
54 +LICENSE="GPL-3+"
55 SLOT="0"
56 IUSE="curl X"