diff options
author | Sam James <sam@gentoo.org> | 2024-04-26 01:13:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-26 01:13:34 +0100 |
commit | 41df9a268e87ea40844bcfbfc3b536b6f7a5ca11 (patch) | |
tree | 3dc513c464794a5ec24d51acff8bf6e44535df7d /dev-libs/weston | |
parent | dev-libs/aml: Stabilize 0.3.0 x86, #930632 (diff) | |
download | gentoo-41df9a268e87ea40844bcfbfc3b536b6f7a5ca11.tar.gz gentoo-41df9a268e87ea40844bcfbfc3b536b6f7a5ca11.tar.bz2 gentoo-41df9a268e87ea40844bcfbfc3b536b6f7a5ca11.zip |
dev-libs/weston: Stabilize 13.0.0-r2 amd64, #930632
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-13.0.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/weston/weston-13.0.0-r2.ebuild b/dev-libs/weston/weston-13.0.0-r2.ebuild index 1d3f0949b801..5cbd993aa607 100644 --- a/dev-libs/weston/weston-13.0.0-r2.ebuild +++ b/dev-libs/weston/weston-13.0.0-r2.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" - KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~riscv x86" + KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~riscv x86" fi LICENSE="MIT CC-BY-SA-3.0" |