diff options
author | Yixun Lan <dlan@gentoo.org> | 2020-08-31 22:11:29 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2020-08-31 22:25:42 +0800 |
commit | e2649b53fe159bc56fa15eeed15851ecc7c1f72b (patch) | |
tree | 9bdcc945fb4619457592d259822c6311356b7ec8 /dev-util/itstool | |
parent | dev-python/symengine: cleanup old (diff) | |
download | gentoo-e2649b53fe159bc56fa15eeed15851ecc7c1f72b.tar.gz gentoo-e2649b53fe159bc56fa15eeed15851ecc7c1f72b.tar.bz2 gentoo-e2649b53fe159bc56fa15eeed15851ecc7c1f72b.zip |
dev-util/itstool: keyword riscv
Bug: https://bugs.gentoo.org/718362
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/itstool')
-rw-r--r-- | dev-util/itstool/itstool-2.0.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/itstool/itstool-2.0.6-r1.ebuild b/dev-util/itstool/itstool-2.0.6-r1.ebuild index 0a252b447e67..a1a296a1d356 100644 --- a/dev-util/itstool/itstool-2.0.6-r1.ebuild +++ b/dev-util/itstool/itstool-2.0.6-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2" # files in /usr/share/itstool/its are under a special exception || GPL-3+ LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |