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/exa/
Date: Tue, 18 Feb 2020 05:39:12
Message-Id: 1582004327.aeb36bd4f7cdafafc4d2b35b1de2773ef1012d7a.gyakovlev@gentoo
1 commit: aeb36bd4f7cdafafc4d2b35b1de2773ef1012d7a
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 05:38:04 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 05:38:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb36bd4
7
8 sys-apps/exa: 0.9.0 amd64 stable, fix licenses
9
10 Bug: https://bugs.gentoo.org/694440
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/exa/exa-0.9.0.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/exa/exa-0.9.0.ebuild b/sys-apps/exa/exa-0.9.0.ebuild
18 index 09ded01303f..4be36c085f5 100644
19 --- a/sys-apps/exa/exa-0.9.0.ebuild
20 +++ b/sys-apps/exa/exa-0.9.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -76,9 +76,9 @@ DESCRIPTION="A modern replacement for 'ls' written in Rust"
28 HOMEPAGE="https://the.exa.website/"
29 SRC_URI="$(cargo_crate_uris ${CRATES})"
30
31 -LICENSE="MIT"
32 +LICENSE="Apache-2.0 MIT Unlicense"
33 SLOT="0"
34 -KEYWORDS="~amd64 ~ppc64 ~x86"
35 +KEYWORDS="amd64 ~ppc64 ~x86"
36 IUSE="+git"
37
38 DEPEND="