diff options
author | Sam James <sam@gentoo.org> | 2024-09-01 03:17:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-01 03:17:02 +0100 |
commit | 9d793dbc34a6d3b7de0de40177111ccbf8e39c77 (patch) | |
tree | e72c58dea371a49b8f57586518daae431c414cdb /media-libs | |
parent | media-libs/gmmlib: Stabilize 22.4.1 amd64, #938851 (diff) | |
download | gentoo-9d793dbc34a6d3b7de0de40177111ccbf8e39c77.tar.gz gentoo-9d793dbc34a6d3b7de0de40177111ccbf8e39c77.tar.bz2 gentoo-9d793dbc34a6d3b7de0de40177111ccbf8e39c77.zip |
media-libs/waffle: Stabilize 1.8.1 arm, #938853
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/waffle/waffle-1.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/waffle/waffle-1.8.1.ebuild b/media-libs/waffle/waffle-1.8.1.ebuild index c90b20ae53d1..dfddeea09eb7 100644 --- a/media-libs/waffle/waffle-1.8.1.ebuild +++ b/media-libs/waffle/waffle-1.8.1.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 virtualx ${GIT_ECLASS} |