summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-11-03 23:56:48 +0000
committerSam James <sam@gentoo.org>2023-11-03 23:56:48 +0000
commit13db5b26ddc6388ca7ab4d5ad3681375788327c5 (patch)
treec60d2c312743e8a3503f6ff0ba2c99c2c2885d68 /media-libs/waffle/waffle-1.8.0.ebuild
parentmedia-libs/libva: Stabilize 2.20.0 ppc64, #916765 (diff)
downloadgentoo-13db5b26ddc6388ca7ab4d5ad3681375788327c5.tar.gz
gentoo-13db5b26ddc6388ca7ab4d5ad3681375788327c5.tar.bz2
gentoo-13db5b26ddc6388ca7ab4d5ad3681375788327c5.zip
media-libs/waffle: Stabilize 1.8.0 arm, #916768
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/waffle/waffle-1.8.0.ebuild')
-rw-r--r--media-libs/waffle/waffle-1.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/waffle/waffle-1.8.0.ebuild b/media-libs/waffle/waffle-1.8.0.ebuild
index 23baef47c53e..e9b2c6defec7 100644
--- a/media-libs/waffle/waffle-1.8.0.ebuild
+++ b/media-libs/waffle/waffle-1.8.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-r3"
else
SRC_URI="https://gitlab.freedesktop.org/mesa/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~x86"
S="${WORKDIR}"/${PN}-v${PV}
fi
inherit meson-multilib multilib virtualx ${GIT_ECLASS}