diff options
author | Theo Anderson <telans@posteo.de> | 2021-02-15 23:43:25 +1300 |
---|---|---|
committer | Theo Anderson <telans@posteo.de> | 2021-02-15 23:43:25 +1300 |
commit | ef551ed2ccf170fa0c104c44f39f4beddf6db706 (patch) | |
tree | 8763aa9660dfb5b75fe4b0aef21f9cdbcdad9184 /sys-apps/procs | |
parent | net-libs/usockets: version bump to 0.7.1 (diff) | |
download | guru-ef551ed2ccf170fa0c104c44f39f4beddf6db706.tar.gz guru-ef551ed2ccf170fa0c104c44f39f4beddf6db706.tar.bz2 guru-ef551ed2ccf170fa0c104c44f39f4beddf6db706.zip |
sys-apps/procs: fix license
Closes: https://bugs.gentoo.org/770766
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Diffstat (limited to 'sys-apps/procs')
-rw-r--r-- | sys-apps/procs/procs-0.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/procs/procs-0.11.3.ebuild b/sys-apps/procs/procs-0.11.3.ebuild index 377f939d9..d7b16dc35 100644 --- a/sys-apps/procs/procs-0.11.3.ebuild +++ b/sys-apps/procs/procs-0.11.3.ebuild @@ -201,7 +201,7 @@ SRC_URI=" # License set may be more restrictive as OR is not respected # use cargo-license for a more accurate license picture -LICENSE="BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSL-1.1 CC0-1.0 MIT Unlicense ZLIB" +LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" RESTRICT="mirror" |