diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-10-02 07:16:13 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-10-02 07:30:02 -0400 |
commit | 239ce7c26bc42cd2b71bd309fa0ae6914da6a99e (patch) | |
tree | 4f897814f0f18c9b29ea58585ae35b3e47b7384e /sys-process | |
parent | sys-process/xjobs: update EAPI 7 -> 8, add missing BDEPEND (diff) | |
download | gentoo-239ce7c26bc42cd2b71bd309fa0ae6914da6a99e.tar.gz gentoo-239ce7c26bc42cd2b71bd309fa0ae6914da6a99e.tar.bz2 gentoo-239ce7c26bc42cd2b71bd309fa0ae6914da6a99e.zip |
sys-process/xjobs: keyword 20200726-r1 for ~riscv
Three tests are failing, but they fail on amd64 too. At least the build
doesn't fail? Why doesn't it fail? These are unrelated problems.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/xjobs/xjobs-20200726-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/xjobs/xjobs-20200726-r1.ebuild b/sys-process/xjobs/xjobs-20200726-r1.ebuild index a9e6b55605c4..00f01d3faf2e 100644 --- a/sys-process/xjobs/xjobs-20200726-r1.ebuild +++ b/sys-process/xjobs/xjobs-20200726-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://www.maier-komor.de/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="examples" # The ./configure script uses sys-apps/which to locate flex... |