Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/, sys-apps/exa/
Date: Wed, 23 Jun 2021 08:31:22
Message-Id: 1624437025.1aa094ce87be782275704e21490dfc45cfc252c7.juippis@gentoo
1 commit: 1aa094ce87be782275704e21490dfc45cfc252c7
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 08:30:25 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 08:30:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa094ce
7
8 sys-apps/exa: keyword 0.10.1 for ~ppc64
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 profiles/arch/powerpc/ppc64/package.use.mask | 4 ++++
13 sys-apps/exa/exa-0.10.1.ebuild | 2 +-
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask
17 index c665107ad64..bec7b1f0927 100644
18 --- a/profiles/arch/powerpc/ppc64/package.use.mask
19 +++ b/profiles/arch/powerpc/ppc64/package.use.mask
20 @@ -1,6 +1,10 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 +# Joonas Niilola <juippis@g.o> (2021-06-23)
25 +# Pandoc is a required dep, and not keyworded.
26 +sys-apps/exa man
27 +
28 # Matt Turner <mattst88@g.o> (2021-06-10)
29 # dev-python/django is not keyworded here
30 dev-python/diskcache test
31
32 diff --git a/sys-apps/exa/exa-0.10.1.ebuild b/sys-apps/exa/exa-0.10.1.ebuild
33 index efc93936508..938344102d5 100644
34 --- a/sys-apps/exa/exa-0.10.1.ebuild
35 +++ b/sys-apps/exa/exa-0.10.1.ebuild
36 @@ -81,7 +81,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})"
37
38 LICENSE="Apache-2.0 MIT Unlicense"
39 SLOT="0"
40 -KEYWORDS="~amd64 ~x86"
41 +KEYWORDS="~amd64 ~ppc64 ~x86"
42 IUSE="+git man"
43
44 DEPEND="git? ( dev-libs/libgit2:= )"