commit: 66fce59229d234dca54ec630d63e490e07436410 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 8 09:56:28 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 8 09:56:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fce592
media-libs/waffle: Stabilize 1.7.2 x86, #903989 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> media-libs/waffle/waffle-1.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}