diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-05-25 11:10:51 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-05-25 16:24:18 +0800 |
commit | f29db6a3fe8a9b04af6968d65717c805e22e7343 (patch) | |
tree | 759e13bcdeb208b1f97995118449fcb957a7fea5 /x11-misc/imake | |
parent | media-libs/graphene: add riscv keyword (diff) | |
download | gentoo-f29db6a3fe8a9b04af6968d65717c805e22e7343.tar.gz gentoo-f29db6a3fe8a9b04af6968d65717c805e22e7343.tar.bz2 gentoo-f29db6a3fe8a9b04af6968d65717c805e22e7343.zip |
x11-misc/imake: add riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'x11-misc/imake')
-rw-r--r-- | x11-misc/imake/imake-1.0.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/imake/imake-1.0.8-r1.ebuild b/x11-misc/imake/imake-1.0.8-r1.ebuild index 288d12c0a9cd..830b9e883a5b 100644 --- a/x11-misc/imake/imake-1.0.8-r1.ebuild +++ b/x11-misc/imake/imake-1.0.8-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs xorg-3 DESCRIPTION="C preprocessor interface to the make utility" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" RDEPEND="x11-misc/xorg-cf-files" BDEPEND="x11-base/xorg-proto" |