diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-21 20:16:36 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-21 20:16:36 -0700 |
commit | 5a48ef29618ec8bd7347f0b341c8db2812ff0700 (patch) | |
tree | f3d444c1e2f23405c6614597991958b1e0558369 /dev-vcs/tig | |
parent | dev-vcs/tig: keyword 2.5.4-r1 for ~riscv (diff) | |
download | gentoo-5a48ef29618ec8bd7347f0b341c8db2812ff0700.tar.gz gentoo-5a48ef29618ec8bd7347f0b341c8db2812ff0700.tar.bz2 gentoo-5a48ef29618ec8bd7347f0b341c8db2812ff0700.zip |
dev-vcs/tig: sync live ebuild keywords
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-vcs/tig')
-rw-r--r-- | dev-vcs/tig/tig-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tig/tig-9999.ebuild b/dev-vcs/tig/tig-9999.ebuild index b765dbb65692..3ea9666006a2 100644 --- a/dev-vcs/tig/tig-9999.ebuild +++ b/dev-vcs/tig/tig-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools else SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi DESCRIPTION="text mode interface for git" |