diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-12-20 17:02:40 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-31 11:34:54 +0800 |
commit | 058b05410a33f6b7ce4df9e042fe8f02bfbc9e2d (patch) | |
tree | 6ab94e35bb8beed2ee7c71faffd9736ce7ccdb95 /dev-util/libabigail | |
parent | dev-util/git-delta: keyword ~riscv (diff) | |
download | gentoo-058b05410a33f6b7ce4df9e042fe8f02bfbc9e2d.tar.gz gentoo-058b05410a33f6b7ce4df9e042fe8f02bfbc9e2d.tar.bz2 gentoo-058b05410a33f6b7ce4df9e042fe8f02bfbc9e2d.zip |
dev-util/libabigail: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/libabigail')
-rw-r--r-- | dev-util/libabigail/libabigail-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/libabigail/libabigail-2.0.ebuild b/dev-util/libabigail/libabigail-2.0.ebuild index f08e55d27ecf..d86f54a804e7 100644 --- a/dev-util/libabigail/libabigail-2.0.ebuild +++ b/dev-util/libabigail/libabigail-2.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://mirrors.kernel.org/sourceware/libabigail/${P}.tar.gz" LICENSE="Apache-2.0-with-LLVM-exceptions" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv" IUSE="doc test" RESTRICT="!test? ( test )" |