diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-08-17 19:20:42 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-08-17 19:40:20 -0400 |
commit | fab61abe9484160bafaf246fcb527aaed0c5d2c4 (patch) | |
tree | 1dd5e32f45ad896d7c7cad7cea996a53a0addb0c /dev-python/sip | |
parent | sys-devel/gcc: add 14.2.1_p20240817 (diff) | |
download | gentoo-fab61abe9484160bafaf246fcb527aaed0c5d2c4.tar.gz gentoo-fab61abe9484160bafaf246fcb527aaed0c5d2c4.tar.bz2 gentoo-fab61abe9484160bafaf246fcb527aaed0c5d2c4.zip |
dev-python/sip: update licenses
Like several other packages from the same upstream, this
changed to BSD-2 after its introduction on github but I
seem to have overlooked updating it for this one.
Considering how development been semi-closed prior to github
and how a lot of the sip code been rewritten recently, there
is "probably" no issue with this change.
Closes: https://bugs.gentoo.org/938123
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/sip-6.8.6-r1.ebuild (renamed from dev-python/sip/sip-6.8.6.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sip/sip-6.8.6.ebuild b/dev-python/sip/sip-6.8.6-r1.ebuild index 068f480fc01b..9913ad6dd059 100644 --- a/dev-python/sip/sip-6.8.6.ebuild +++ b/dev-python/sip/sip-6.8.6-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI=" -> ${P}.gh.tar.gz " -LICENSE="|| ( GPL-2 GPL-3 SIP )" +LICENSE="BSD-2 BSD" SLOT="5" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86" |