summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-03-05 12:51:42 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-03-05 12:51:42 +0100
commit88c1c2db9a2e1733ca246839f6b51fc9b2897102 (patch)
tree282ae0a9eafba028cb1ba81f8c0feeb16c05cd53
parentmedia-libs/mesa: arm stable wrt bug #711560 (diff)
downloadgentoo-88c1c2db9a2e1733ca246839f6b51fc9b2897102.tar.gz
gentoo-88c1c2db9a2e1733ca246839f6b51fc9b2897102.tar.bz2
gentoo-88c1c2db9a2e1733ca246839f6b51fc9b2897102.zip
media-libs/waffle: arm stable wrt bug #711560
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--media-libs/waffle/waffle-1.6.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/waffle/waffle-1.6.0-r1.ebuild b/media-libs/waffle/waffle-1.6.0-r1.ebuild
index bd9b5d706534..6e98a39c7613 100644
--- a/media-libs/waffle/waffle-1.6.0-r1.ebuild
+++ b/media-libs/waffle/waffle-1.6.0-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-r3"
else
SRC_URI="http://www.waffle-gl.org/files/release/${P}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+ KEYWORDS="amd64 arm ~ppc ~ppc64 x86"
fi
inherit meson multilib-minimal ${GIT_ECLASS}