Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/pystring/
Date: Thu, 10 Jun 2021 23:14:49
Message-Id: 1623366878.967a37b6637dded27b25ee2b7f32125436eaa002.sam@gentoo
1 commit: 967a37b6637dded27b25ee2b7f32125436eaa002
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 23:10:54 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 23:14:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967a37b6
7
8 dev-cpp/pystring: fix licence to be BSD
9
10 Closes: https://bugs.gentoo.org/795297
11 Reported-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-cpp/pystring/pystring-1.1.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-cpp/pystring/pystring-1.1.3.ebuild b/dev-cpp/pystring/pystring-1.1.3.ebuild
18 index 78410abecfd..65cd43ca763 100644
19 --- a/dev-cpp/pystring/pystring-1.1.3.ebuild
20 +++ b/dev-cpp/pystring/pystring-1.1.3.ebuild
21 @@ -20,7 +20,7 @@ BDEPEND="
22 "
23 RESTRICT="mirror"
24
25 -LICENSE="all-rights-reserved"
26 +LICENSE="BSD"
27 SLOT="0"
28
29 src_compile() {