summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-08 12:56:28 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-08 12:56:28 +0300
commit66fce59229d234dca54ec630d63e490e07436410 (patch)
treec9874567a1a9be609c3ffe9bfffde8960affea6c /media-libs/waffle
parentmedia-libs/vulkan-layers: Stabilize 1.3.239-r1 x86, #903989 (diff)
downloadgentoo-66fce59229d234dca54ec630d63e490e07436410.tar.gz
gentoo-66fce59229d234dca54ec630d63e490e07436410.tar.bz2
gentoo-66fce59229d234dca54ec630d63e490e07436410.zip
media-libs/waffle: Stabilize 1.7.2 x86, #903989
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/waffle')
-rw-r--r--media-libs/waffle/waffle-1.7.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/waffle/waffle-1.7.2.ebuild b/media-libs/waffle/waffle-1.7.2.ebuild
index 113e0d431471..b1de4e37b135 100644
--- a/media-libs/waffle/waffle-1.7.2.ebuild
+++ b/media-libs/waffle/waffle-1.7.2.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 ${GIT_ECLASS}