diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-15 17:15:28 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-15 17:15:28 +0200 |
commit | 64a085c3ce01c0424e7d957250c6dea427c427a1 (patch) | |
tree | 7fd16fec5a83729fefefc760c49a69f9d701ee5f /media-libs/waffle | |
parent | media-libs/vulkan-loader: x86 stable wrt bug #727768 (diff) | |
download | gentoo-64a085c3ce01c0424e7d957250c6dea427c427a1.tar.gz gentoo-64a085c3ce01c0424e7d957250c6dea427c427a1.tar.bz2 gentoo-64a085c3ce01c0424e7d957250c6dea427c427a1.zip |
media-libs/waffle: x86 stable wrt bug #727768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/waffle')
-rw-r--r-- | media-libs/waffle/waffle-1.6.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/waffle/waffle-1.6.1-r1.ebuild b/media-libs/waffle/waffle-1.6.1-r1.ebuild index 1df3c546033b..6bd3d6db7455 100644 --- a/media-libs/waffle/waffle-1.6.1-r1.ebuild +++ b/media-libs/waffle/waffle-1.6.1-r1.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then GIT_ECLASS="git-r3" else SRC_URI="https://gitlab.freedesktop.org/mesa/${PN}/-/raw/website/files/release/${P}/${P}.tar.xz" - KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86" fi inherit meson multilib-minimal ${GIT_ECLASS} |