diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-10 07:05:45 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-10 07:05:45 +0300 |
commit | 88257f0348fc15758adca8b464dade0e85cea204 (patch) | |
tree | 385140443dfd83515eaebee4a3561b4801ffc1cb /dev-libs/weston | |
parent | dev-lang/starlark-rust: add 0.8.0 (diff) | |
download | gentoo-88257f0348fc15758adca8b464dade0e85cea204.tar.gz gentoo-88257f0348fc15758adca8b464dade0e85cea204.tar.bz2 gentoo-88257f0348fc15758adca8b464dade0e85cea204.zip |
dev-libs/weston: Keyword 10.0.0 ia64, #838709
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-10.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/weston/weston-10.0.0.ebuild b/dev-libs/weston/weston-10.0.0.ebuild index 9ff583042d12..365970dd5399 100644 --- a/dev-libs/weston/weston-10.0.0.ebuild +++ b/dev-libs/weston/weston-10.0.0.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv x86" fi LICENSE="MIT CC-BY-SA-3.0" |