summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2022-07-26 17:14:09 +0200
committerAgostino Sarubbo <ago@gentoo.org>2022-07-26 17:14:09 +0200
commit505bd68254ef822ace43130520f3abf5b741a308 (patch)
tree58ef98d78770c7fb3a3d1c49d7a70edbbdafcb65
parentmedia-libs/mesa-amber: amd64 stable wrt bug #861023 (diff)
downloadgentoo-505bd68254ef822ace43130520f3abf5b741a308.tar.gz
gentoo-505bd68254ef822ace43130520f3abf5b741a308.tar.bz2
gentoo-505bd68254ef822ace43130520f3abf5b741a308.zip
media-libs/waffle: amd64 stable wrt bug #861023
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--media-libs/waffle/waffle-1.7.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/waffle/waffle-1.7.0-r2.ebuild b/media-libs/waffle/waffle-1.7.0-r2.ebuild
index a4611e934598..de258d653958 100644
--- a/media-libs/waffle/waffle-1.7.0-r2.ebuild
+++ b/media-libs/waffle/waffle-1.7.0-r2.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}