Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lsd/
Date: Tue, 18 Feb 2020 05:34:30
Message-Id: 1582003965.ff2fff925f81ed85917b50e1ec7abf145569bbe8.gyakovlev@gentoo
1 commit: ff2fff925f81ed85917b50e1ec7abf145569bbe8
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 05:32:45 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 05:32:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2fff92
7
8 sys-apps/lsd: 0.16.0 amd64 stable, fix licenses
9
10 Bug: https://bugs.gentoo.org/694446
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 sys-apps/lsd/lsd-0.16.0.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/lsd/lsd-0.16.0.ebuild b/sys-apps/lsd/lsd-0.16.0.ebuild
18 index 39b576d104c..41bda95080e 100644
19 --- a/sys-apps/lsd/lsd-0.16.0.ebuild
20 +++ b/sys-apps/lsd/lsd-0.16.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2019 Gentoo Authors
23 +# Copyright 2019-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -62,9 +62,9 @@ HOMEPAGE="https://github.com/Peltoche/lsd"
28 SRC_URI="https://github.com/Peltoche/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
29 $(cargo_crate_uris ${CRATES})"
30
31 -LICENSE="Apache-2.0"
32 +LICENSE="Apache-2.0 BSD-2 ISC MIT"
33 SLOT="0"
34 -KEYWORDS="~amd64 ~ppc64 ~x86"
35 +KEYWORDS="amd64 ~ppc64 ~x86"
36 IUSE=""
37
38 DEPEND=""