diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-25 10:42:40 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-25 10:42:40 +0100 |
commit | fefa04b2adbad4e5abcc218c37368d28fef9929b (patch) | |
tree | 301f28a2ffd9ca16f88d0bf345320e6a0adec323 /sys-process/criu | |
parent | Revert "profiles: musl/clang: modify CHOST due to libcxx default" (diff) | |
download | gentoo-fefa04b2adbad4e5abcc218c37368d28fef9929b.tar.gz gentoo-fefa04b2adbad4e5abcc218c37368d28fef9929b.tar.bz2 gentoo-fefa04b2adbad4e5abcc218c37368d28fef9929b.zip |
sys-process/criu: Mark as -riscv
Riscv is currently not supported:
```
Makefile:23: *** "The architecture riscv isn't supported"
```
Bug: https://bugs.gentoo.org/835975
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-process/criu')
-rw-r--r-- | sys-process/criu/criu-3.14-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-process/criu/criu-3.15-r3.ebuild | 2 | ||||
-rw-r--r-- | sys-process/criu/criu-3.15.ebuild | 4 | ||||
-rw-r--r-- | sys-process/criu/criu-3.16.1.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sys-process/criu/criu-3.14-r2.ebuild b/sys-process/criu/criu-3.14-r2.ebuild index 82a145ca7254..ff07deb57d84 100644 --- a/sys-process/criu/criu-3.14-r2.ebuild +++ b/sys-process/criu/criu-3.14-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://download.openvz.org/criu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 -riscv" IUSE="doc selinux setproctitle static-libs" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/sys-process/criu/criu-3.15-r3.ebuild b/sys-process/criu/criu-3.15-r3.ebuild index 196819060d80..ff96ba74e999 100644 --- a/sys-process/criu/criu-3.15-r3.ebuild +++ b/sys-process/criu/criu-3.15-r3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://download.openvz.org/criu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64" +KEYWORDS="amd64 ~arm arm64 ppc64 -riscv" IUSE="doc selinux setproctitle static-libs" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/sys-process/criu/criu-3.15.ebuild b/sys-process/criu/criu-3.15.ebuild index 79c927987e04..563fc774acf9 100644 --- a/sys-process/criu/criu-3.15.ebuild +++ b/sys-process/criu/criu-3.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://download.openvz.org/criu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64" +KEYWORDS="amd64 ~arm ~arm64 ppc64 -riscv" IUSE="doc selinux setproctitle static-libs" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/sys-process/criu/criu-3.16.1.ebuild b/sys-process/criu/criu-3.16.1.ebuild index ff46a299a4af..3d7905d61eb3 100644 --- a/sys-process/criu/criu-3.16.1.ebuild +++ b/sys-process/criu/criu-3.16.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/checkpoint-restore/${PN}/archive/v${PV}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 -riscv" IUSE="bpf doc gnutls nftables selinux setproctitle static-libs test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |