summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-08 13:45:12 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-08 13:45:12 +0300
commit430bf6cbfee4371b496201fec99f1cd1c4998ee1 (patch)
treee4b3fc98e0f07d4f2956343393e5d7f4806951f8 /media-libs
parentmedia-libs/vulkan-layers: Stabilize 1.3.239-r1 amd64, #903989 (diff)
downloadgentoo-430bf6cbfee4371b496201fec99f1cd1c4998ee1.tar.gz
gentoo-430bf6cbfee4371b496201fec99f1cd1c4998ee1.tar.bz2
gentoo-430bf6cbfee4371b496201fec99f1cd1c4998ee1.zip
media-libs/waffle: Stabilize 1.7.2 amd64, #903989
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs')
-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 b1de4e37b135..d43cfc4f5302 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}