diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-26 17:22:54 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-26 17:24:22 +0200 |
commit | e61a870678b113375855c06aaafb46d7372cc1c4 (patch) | |
tree | 19e64cf19f3a728b11f600afebe41acd3b145cb2 /media-libs/waffle | |
parent | media-libs/mesa-amber: x86 stable wrt bug #861023 (diff) | |
download | gentoo-e61a870678b113375855c06aaafb46d7372cc1c4.tar.gz gentoo-e61a870678b113375855c06aaafb46d7372cc1c4.tar.bz2 gentoo-e61a870678b113375855c06aaafb46d7372cc1c4.zip |
media-libs/waffle: x86 stable wrt bug #861023
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/waffle')
-rw-r--r-- | media-libs/waffle/waffle-1.7.0-r2.ebuild | 2 |
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 de258d653958..c480c84fbf0b 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} |