diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-17 21:32:45 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-17 21:32:45 -0800 |
commit | ff2fff925f81ed85917b50e1ec7abf145569bbe8 (patch) | |
tree | 55488d01bfcf435afe385b4946aed73ef1f83bd6 /sys-apps | |
parent | dev-util/cargo-tree: drop old (diff) | |
download | gentoo-ff2fff925f81ed85917b50e1ec7abf145569bbe8.tar.gz gentoo-ff2fff925f81ed85917b50e1ec7abf145569bbe8.tar.bz2 gentoo-ff2fff925f81ed85917b50e1ec7abf145569bbe8.zip |
sys-apps/lsd: 0.16.0 amd64 stable, fix licenses
Bug: https://bugs.gentoo.org/694446
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/lsd/lsd-0.16.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/lsd/lsd-0.16.0.ebuild b/sys-apps/lsd/lsd-0.16.0.ebuild index 39b576d104c9..41bda95080ef 100644 --- a/sys-apps/lsd/lsd-0.16.0.ebuild +++ b/sys-apps/lsd/lsd-0.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -62,9 +62,9 @@ HOMEPAGE="https://github.com/Peltoche/lsd" SRC_URI="https://github.com/Peltoche/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD-2 ISC MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" IUSE="" DEPEND="" |