diff options
author | 2021-06-23 11:30:25 +0300 | |
---|---|---|
committer | 2021-06-23 11:30:25 +0300 | |
commit | 1aa094ce87be782275704e21490dfc45cfc252c7 (patch) | |
tree | f1c4214df3a86a7bf2c90112c97814f27f6ed251 | |
parent | sys-apps/exa: fix manpage collision with cargo.eclass (diff) | |
download | gentoo-1aa094ce87be782275704e21490dfc45cfc252c7.tar.gz gentoo-1aa094ce87be782275704e21490dfc45cfc252c7.tar.bz2 gentoo-1aa094ce87be782275704e21490dfc45cfc252c7.zip |
sys-apps/exa: keyword 0.10.1 for ~ppc64
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | profiles/arch/powerpc/ppc64/package.use.mask | 4 | ||||
-rw-r--r-- | sys-apps/exa/exa-0.10.1.ebuild | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index c665107ad643..bec7b1f09274 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joonas Niilola <juippis@gentoo.org> (2021-06-23) +# Pandoc is a required dep, and not keyworded. +sys-apps/exa man + # Matt Turner <mattst88@gentoo.org> (2021-06-10) # dev-python/django is not keyworded here dev-python/diskcache test diff --git a/sys-apps/exa/exa-0.10.1.ebuild b/sys-apps/exa/exa-0.10.1.ebuild index efc939365086..938344102d54 100644 --- a/sys-apps/exa/exa-0.10.1.ebuild +++ b/sys-apps/exa/exa-0.10.1.ebuild @@ -81,7 +81,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="Apache-2.0 MIT Unlicense" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="+git man" DEPEND="git? ( dev-libs/libgit2:= )" |